asyncio stream writer or reader udp client #13207
Unanswered
skylin008
asked this question in
STM32 / Pyboard
Replies: 3 comments 1 reply
-
|
@skylin008 Unfortunately UDP in asyncio is not yet supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can access UDP at socket level using nonblocking sockets, but I don't think anyone has done much work on this. See this simple example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You might also find https://github.com/karfas/upy-simple-app/blob/master/lib%2Fasy_udp_client.py a useful starting point. Be aware this is work in progress, so some features might not work as expected. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a asyncio stream writer or reader udp client example to be used.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions