
(I haven't tried UDP yet)
Besides in-tree example https://github.com/pfalcon/micropython- ... ns_junk.py , there's a more involved module to interface with Xiaomi Mi Home Gateway: https://github.com/pfalcon/uaio_xiaomi_gw
Code: Select all
File "/flash/lib/uasyncio/__init__.py", line 2, in <module>
ImportError: no module named 'uselect'
Code: Select all
$ ./micropython -m upip install uselect
Installing to: /home/serge/.micropython/lib/
Warning: pypi.python.org SSL certificate is not validated
Error installing 'uselect': Package not found, packages may be partially installed
I must correct that - uasyncio is the work of the MicroPython maintainers, notably Paul. I am merely an enthusiastic user.
I fully agree. It also comes a bit as a surprise and disappointment that they are not more in step with Pyboard MicroPython.pythoncoder wrote: ↑Sun Dec 24, 2017 8:23 amOpinions on PyCom support vary [...] I'd have thought that an up-to-date uasyncio was near-vital on a wireless enabled product.