beyonlo
beyonlo
> Yeah, but from what I understand of your case, wifi is the interface in which you enabled NAT, so your smartphone is behind the NAT, you can't see it...
> @beyonlo Unfortunately I cannot share the code publicly as it is owned by the company where I work, sorry :( Hello @Torarqui If you are using source code from...
any idea?
> I've tried it using four different devices with IP addresses 192.168.1.1, 192.168.2.1, 192.168.3.1, 192.168.4.1, respectively and its working. @marfanwicaksono Great solution. Problem with that is to need to generate...
Hello @martin-ger This problem as well been treated here #7 Thanks.
@martin-ger some important comments: 1. I'm using the uTorrent for Android (Smartphone), and in the uTorrent configuration, has nothing about "port forwarding" 2. If I connect my Smartphone to another...
Sorry, I pasted the wrong link. The correct link is https://github.com/peterhinch/micropython-async/blob/master/v3/docs/TUTORIAL.md "The file sock_nonblock.py illustrates.." where "sock_nonblock.py" is a hyperlink to https://github.com/peterhinch/micropython-async/blob/master/v3/docs/sock_nonblock.py where this link do not exists.
> One choice is to make the code more complex, detecting hardware and changing initialisation to suit. Another is to write multiple port-specific versions. The choice I made was to...
I understand your point. This is just a suggestion, because I see in some of your examples the code that run in more than one platform, like this https://github.com/peterhinch/micropython-async/blob/master/v3/as_drivers/htu21d/htu_test.py I...
@peterhinch Sorry for "close" and "reopen" this issue, was just a wrong click. Thank you for the port to v3, I will test soon as possible :) Another question: is...