I have a question.
I would like to know how to do a broadcast in the current LAN using C# language.
For example, I would like to send a packet Hello to all devices in the LAN because I don't know which exactly device could respond me, and the interested device respond me Hi!.
Thanks.