Moderator: Mmiscool
n = wifi.scan()
html "Number of network found = "
html n
for x = 1 to n
html "<hr>"
html wifi.ssid(x)
html ","
html wifi.rssi(x)
next x
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
http://www.nirsoft.net/utils/wireless_n ... tcher.html
For android I use a program called FING.
http://www.nirsoft.net/utils/wireless_n ... tcher.html
As for basic currently the MACID shows as your AP connection however when in station mode you must get it from a network scanning tool ... may just be possible for basic I really am not totally familiar with the specifics of all of this.
As far as what you could do with code Hrmmm I wonder if you couldn't just create a page with an iframe of your routers device listing and grab the data from the Iframe some how? Or you could use wget to get the device listing from your router and return the page via wprint aka html ... I am sure there is likely more ways to do this and I am interested to see anyone elses ideas as well ;)
Where I buy my ESP8266 boards from... (Banggood)