Project DescriptionThis Library helps you to calculate with IPv4 and IPv6 addresses.
The Library is writen in C# 3.0 and Visual Studio 2008. You can access this Library with all .Net languages.
This Library support the following operations:
- IPv4
- Calculate the Network address
- Calculate the Broadcast address
- Convert dotted subnet mask (255.255.255.0) in int based subnet mask (/24)
- Get the maximum number of Hosts in an network segment
- Compare the network segment of tow IP addresses
- Create an list of IP addresses
- IPv6
- Calculate the Network address
- Calculate the last IP address
- Get the maximum number of Hosts in an network segment
- Compare the network segment of tow IP addresses
- Create an list of IP addresses
- Get the IPv6 Address Type (Unicast, Multicast, etc.)
- Get the Unicast Type(Global, Linklocal, Sitelocal)