-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UdpServer_Echo sample code: doesn't sent string #1774
Comments
@slaff yes its working. |
I haven't experienced such an issue. I usually compile examples by typing:
And all is good. For this issue I actually used the Host emulator to test it on my local system. And I did this to make it run locally (on the Host)
|
@slaff I followed your steps and everything works perfectly. Thank you for your assistance. |
@Oshio09 Check our documentation: https://sming.readthedocs.io/en/latest/ |
Thanks, amazing work! |
When I execute the "UdpServer_Echo" example, I can successfully receive the packages that are coming from my computer and they are printed at the serial terminal.
Although the function
udp.sendStringTo()
returnstrue
, no package is received in my computer.I used netcat, tcpdump, wireshark and a custom software I made, none of those reported any udp package activity in the port I specified.
Can someone reproduce the behavior?
I'm using the develop branch.
commit number: 414bf05
The text was updated successfully, but these errors were encountered: