Search found 2 matches

by skywest
Mon Feb 22, 2021 2:05 pm
Forum: General Discussion and Questions
Topic: ureqequests.get - IndexError: list index out of range
Replies: 1
Views: 20468

ureqequests.get - IndexError: list index out of range

I have one ESP8266 set up as an access point and can successfully connect to it with phone, tablet, pc etc. It returns a web page with a couple of buttons which turn the led on the AP on or off. However, if i set up a second ESP8266 as a station, with the code below, it runs fine for a random number...
by skywest
Sat Feb 20, 2021 8:55 pm
Forum: General Discussion and Questions
Topic: Access Point - Extract query from URL
Replies: 1
Views: 1032

Access Point - Extract query from URL

Hi, Complete MicroPython newbie here. I have set up an ESP8266 as access point and defined a simple web page served to any browser connecting to it. If the browser connects to the access point with a query string attached to the url, e.g 192.168.4.1?var1=10&var2=20 ..... etc., what method would the ...