Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu-yamamoto/iproute
IP Routing Table in Haskell
https://github.com/kazu-yamamoto/iproute
Last synced: 18 days ago
JSON representation
IP Routing Table in Haskell
- Host: GitHub
- URL: https://github.com/kazu-yamamoto/iproute
- Owner: kazu-yamamoto
- License: bsd-3-clause
- Created: 2010-03-10T02:25:02.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:58:40.000Z (21 days ago)
- Last Synced: 2024-10-25T00:13:43.338Z (20 days ago)
- Language: Haskell
- Homepage: http://www.mew.org/~kazu/proj/iproute/
- Size: 173 KB
- Stars: 47
- Watchers: 7
- Forks: 28
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Actions status](https://github.com/kazu-yamamoto/iproute/workflows/Haskell%20CI/badge.svg)
# 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/