oneip

oneip


This is a simple to use library in C#, Python, and Objective-C. This can perform calculations on IPv4 and IPv6.

Example:

C#:

1
2
3
4
5
IP range = new IP("192.168.128.0/25");
foreach (string ip in range.getIPv4Range())
{
    Console.WriteLine(ip);
}

Python:

1
2
ipobj = IP("192.168.128.0/25")
print ipobj.getIPv4Range()

Development Team
Admins
Natalie Adams
Bret Deasy

Downloads:
0
Reviews:
0
Commits:
2
Issues:
0
Documentations:
0

Powered by InDefero,
a Céondo Ltd initiative.
srchub.org is ran by
Nathan Adams.
Page rendered in 0.05129s using 46 queries.