Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

WiFi-Box detection fallback using network scanning #250

Open peteruithoven opened 10 years ago

peteruithoven commented 10 years ago

We could create a backup WiFi-Box detection system by scanning the local network. The tricky thing is that we can't figure out the user's computer localip so we have have to guess the range we scan. We could scan some common ranges like:

10.0.0.*
192.168.1.*
192.168.178.*

The following site uses this concept: https://www.andlabs.org/tools/jsrecon.html