Search found 2 matches

by fj604
Thu Sep 05, 2019 8:37 pm
Forum: ESP8266 boards
Topic: unknown authmode=5 in WiFi scan results
Replies: 1
Views: 1638

unknown authmode=5 in WiFi scan results

When I scan WiFi networks, one of them is returned with authmode = 5: (b'Virgin Media', b'R\r\x10\xfc\xbdi', 6, -79, 5, 0) This mode is not defined in the doc: https://docs.micropython.org/en/latest/library/network.WLAN.html There are five values for authmode: 0 – open 1 – WEP 2 – WPA-PSK 3 – WPA2-P...
by fj604
Thu Sep 05, 2019 3:55 pm
Forum: ESP8266 boards
Topic: Readproof Code
Replies: 5
Views: 4157

Re: Readproof Code

Compiled bytecode is still stored on an external flash chip, so there is no way to protect it from copying. If ESP8266 can read the contents of this flash chip then so can any other device.