File: README

package info (click to toggle)
ruby-netaddr 1.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: ruby: 3,866; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=Introduction

NetAddr arose through my need as a network engineer for a 
back-end module that could easily handle such advanced tasks 
as automating the subnetting/supernetting
of IP space, performing calculations on IP CIDR blocks, and other
various items. At that time there were no modules that could
do any of the things that I needed, so I set out to create my own. 
Since it has proven to be fairly useful to me, I have decided to share the
code with the Ruby community. 
 
I have added things that I find immediately useful for me. I am
open to suggestions if there is something that I could add to make
your life easier. 
 
Dustin Spinhirne