A good Java library for network math
Posted
by perilandmishap
on Stack Overflow
See other posts from Stack Overflow
or by perilandmishap
Published on 2008-10-20T22:01:35Z
Indexed on
2010/05/01
21:27 UTC
Read the original article
Hit count: 143
I'm looking for a Java library that is geared towards network math and already tested. Nothing particularly fancy, just something to hold ips and subnets, and do things like print a subnet mask or calculate whether an IP is within a given subnet.
Should I roll my own, or is there already a robust library for this?
© Stack Overflow or respective owner