1 Star 1 Fork 0

大雨点 / udp_share

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
测试结果.txt 418 Bytes
Copy Edit Raw Blame History
lihf authored 2020-10-16 11:11 . 添加udp单播源码和测试结果
【192.168.6.202主机】
root@shine-genvict:~# ./udp_share 2222
You can recv and send messages.
Send format:ip port msg
192.168.6.211 1111 hello!
Send format:ip port msg
==>[192.168.6.211:1111]msg:hi!
【192.168.6.211主机】
root@shine-genvict:~# ./udp_share 1111
You can recv and send messages.
Send format:ip port msg
==>[192.168.6.202:2222]msg:hello!
192.168.6.202 2222 hi!
Send format:ip port msg
1
https://gitee.com/hryyx/udp_share.git
git@gitee.com:hryyx/udp_share.git
hryyx
udp_share
udp_share
main

Search