Could anyone please provide me with the code or link to send and receive broadcast messages if possible using UDP?
I have been stuck in a problem and hope if u guys could help me resolve it. Thanks
|
Could anyone please provide me with the code or link to send and receive broadcast messages if possible using UDP? I have been stuck in a problem and hope if u guys could help me resolve it. Thanks
| |||||
feedback
|
|
Here's a C# example:
| |||
|
feedback
|
|
Here is example code for both the broadcast sender and receiver. It should be easily portable to any language which has access to the standard Berkly Sockets API.
| |||
|
feedback
|
|
I'm not going to post code, just a couple of observations:
| |||||
feedback
|
|
I'm just starting to learn this, but this was my first working example, it might help you. Receiver code:
Sender code:
| ||||
|
feedback
|
|
| |||||
feedback
|