#micropython socket.socket(ip, port) question on raspberry pico w

6 messages · Page 1 of 1 (latest)

ornate shore
#

Don't get your question

vast root
#

The raspberry pico w has wifi and the webpage uses this socket ip,80 but I want to change it and if changed the lan cannot access the page lan:port. Only works on lan:80 but not lan:8081 or anything else. Do I have to change something else in the code. I thought only this would do it ?

ornate shore
#

Probably your firewall configuration?

stuck hornetBOT
#

@vast root

Blocked Web TLDs

To maintain a wholesome and friendly environment we block all links to websites using certain TLDs. Your message has been deleted.

Detected TLD(s)
xxx

#

@vast root

Blocked Web TLDs

To maintain a wholesome and friendly environment we block all links to websites using certain TLDs. Your message has been deleted.

Detected TLD(s)
xxx

vast root
#

Updated response:
Pico is

bind(addr, port) #for example

Local access to webpage only works on port 80 no matter what port I select.
There should not be anything blocking these ports on the LAN.
IE: 192.168.x.xx:port for example. Only port 80 provides the webpage.
IE: 192.168.x.xx without port defaults to 80 of course, but 192.168.x.xx:8081 or any other port is not accessible and does not serve up the webpage.
Please advise.