How to do Network discovery using UDP broadcast

前端 未结 5 1868
眼角桃花
眼角桃花 2020-11-27 02:23

I want to to do network discovery using UDP Broadcast in C#. I don\'t know how to do this. Can you give me advice on how to do it?

I want to do like this tutorial.

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 03:13

    For working example, see that project:https://github.com/xmegz/MndpTray

    The server periodically sends broadcast messages. The client side receive and process them. Many host information (Os version, IP address, Network interface, etc..) send trought. udp broadcast cdp lldp

提交回复
热议问题