-
Notifications
You must be signed in to change notification settings - Fork 249
Description
I was very happy to find the public_network_access example - just what I need for a contest related application where contestants submit answers via their phones over WLAN. I notice that the link/address shown on the main page is a localhost address - which didn't work for me. As soon as i used the local 192.168... address (with the port) i was looking at the second page on my phone. So, i don't think get_url returns the correct url for this use case.
[edit] I do see that the localhost address works for the local machine. Maybe it's not actually 'discovering' the WLAN and it's just doing some sort of port binding. In that case, i guess it wouldn't be so easy to get what i would really want (the local router ip and port)
Great project! thanks -