All Projects → kazu-yamamoto → iproute

kazu-yamamoto / iproute

Licence: BSD-3-Clause License
IP Routing Table in Haskell

Programming Languages

haskell
3896 projects

GitHub Actions status

Haskell library for IP addresses and IP routing table.

This library can handle both IPv4 and IPv6 addresses.

The IP routing table is a finite map (or an associative array) based on the longest match.

The algorithm of the IP routing table is described in "Radish -- A Simple Routing Table Structure for CIDR" and its PDF is found on the following page:

http://www.mew.org/~kazu/proj/iproute/en/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].