资 源 简 介
This is a JavaScript library for IP Address manipulation. Supports both IPv4 and IPv6 addresses. Enables users to determine the network and broadcast addresses using the IPv4Interface and IPv4Network objects and also supports many other useful features, such as range iteration, network subsets and superset checking.
Uses the Base.js library for generating OOP style classes which enable easy subclassing of new objects.
Currently it is on version 0.1. Chances are there may be some minor bugs, probably in the IPv6 object. The other objects have been tested quite a bit and so should work pretty well.