Popularity
8.8
Declining
Activity
4.5
-
46
7
28

Monthly Downloads: 291
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Algorithms     Network    
Latest version: v1.7.9

iproute alternatives and similar packages

Based on the "Algorithms" category.
Alternatively, view iproute alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of iproute or a related project?

Add another 'Algorithms' Package

README

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/

Build Status