组播的通讯方式
Closed this issue · 1 comments
SindogPlus commented
在工业软件控制领域有时候会用到udp组播的方式与设备通讯,在代码中没有看到组播相关的算法
zhllxt commented
你说算法,那谈不上,我只是个做应用开发的,搞不了算法。
udp组播就是在创建udp socket之后,多了几个步骤。在这个asio2异步框架里,我没写组播相关的示例代码。
你可以参考一下我这个协程版的:https://github.com/zhllxt/asio3/blob/main/example/udp/cast/udp_cast.cpp