URL Scanner - flikkes/kickercam GitHub Wiki
Idea
To prevent the user from having to add every Cam Satellite manually by typing the URL into some kind of TextField or Dialog, a more convenient solution was to implement a URL Scanner which would take a certain range of locations and then check every single location for availability of service. Due to the fact that every Satellites URL just consists of it's local IP-Address and the service port 8081, availability checking could be easiely done by using a URLConnection while iterating through the IP-Range.