An open API service indexing awesome lists of open source software.

https://github.com/tokenrove/normalize-iplist

A gem that probably isn't useful to you
https://github.com/tokenrove/normalize-iplist

Last synced: over 1 year ago
JSON representation

A gem that probably isn't useful to you

Awesome Lists containing this project

README

          

= normalize-iplist

This gem provides some relatively fast methods for working with lists
of IP addresses and networks.

To build and test:

rake build test

== TODO

* reworking the name and API to be more obvious and self-descriptive

* documentation

* coalescing of adjacent netmasks (like cidrmerge)
(presently we only coalesce adjacent sequences of /32)