creating and sending UDP messages

  • Thread starter Thread starter Alessandro
  • Start date Start date
A

Alessandro

Hi everyone!

I'm a newcomer in C#, I'm trying to send battery-life status values
via UDP packets to a remote machine.
I get these values, now i've to put them in UDP messages and send...
could you help me in any way????

Thanks in advance for any help you can provide!

Alessandro
 
Alesandro,

Are you using the UdpClient class? This should make it rather simple to
broadcast your UDP packets.
 
Back
Top