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
- Host: GitHub
- URL: https://github.com/tokenrove/normalize-iplist
- Owner: tokenrove
- Created: 2015-09-02T16:15:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T20:49:48.000Z (about 10 years ago)
- Last Synced: 2025-02-09T08:16:45.057Z (over 1 year ago)
- Language: C
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rdoc
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)