This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Problem with send UDP package on TizenRT #87
Comments
@glistening I tested with your patch and now function always return 0 and UDP package isn't send |
Do you use this function directly? The following small test works on RPi2 and NuttX:
NuttX shell output:
|
See: jerryscript-project/iotjs#1171 These UDP errors can be caused by invalid address string conversions similar to recorded in my debugging session. |
@umaciek Does @zherczeg and @pmarcinkiew 's comment help you? I can send udp packet using IoT.js on TizenRT. If you still have problem, please give us the full test source. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to use function uv_udp_send from UDP support but I have a problem and always receive -1.
libtuv/src/unix/udp.c
Line 300 in 7428141
The same function on Raspberry Pi work correct but on TizenRT UDP package isn't sending.
Are you sure that UDP work correct? I don't see any test for UDP in project. Could you add tests or simple example to confirm that UDP works correct?
The text was updated successfully, but these errors were encountered: