UDP echo server
#558
-
Cool project! 👍 I got the sample 20 to run without any issues on RPi4. Thanks for the samples, BTW! Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
hinxx
Apr 25, 2025
Replies: 2 comments
-
I managed to hack tcpsimple sample by looking a the tftp client code to get the UDP version of echo server. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rsta2
-
Cool! Thanks for appreciating Circle and the samples!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to hack tcpsimple sample by looking a the tftp client code to get the UDP version of echo server.
echoserver.cpp.txt
echoserver.h.txt
test.py.txt