Java - Incrementing through IP addresses in String format
- by Matt
I'm new to java and i'm trying to find a way of incrementing through an user input IP address range.
For example from 192.168.0.1 to 192.168.0.255. However the way my application works at the moment is the take the from and to ip addresses as a String.
Is there a way I can increment through all the ip addresses the user input from and to?
Hope this makes sense and please dont flame me, I have looked for an answer!