-
Notifications
You must be signed in to change notification settings - Fork 30
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
Sending UDP message Error #38
Comments
yes, it should work. how do you know it is not sent? |
I am not receiving any data on PacketSender. |
Is there a way to receive broadcast messages by making any change in the library? |
UDP broadcast |
now I am confused. send and receive broadcast? receiving broadcast is turned off on ENC level by default with this library. I guess you changed the setting to receive broadcast and in your other issued you write it is limited to 18 bytes. |
The observations have confused me as well. It seems UDP communication depends a lot on the traffic on the network. Today on a Sunday, when there are no other PCs connected on network, everything is working fine.
|
Just trying to enable udp broadcast receiving but with no luck. Anyone have any idea how to configure enc to receive udp broadcast packets? UPDATE: |
Is it possible to broadcast a message on UDP ? I tried with 255.255.255.255 as IP address in UDP.beginPacket.
It does return 1, however, message is not sent on the network.
I can not IP address with only last digits as 255 because when device is connected on a network, the IP address of the PC is not known.
The text was updated successfully, but these errors were encountered: