1 Star 1 Fork 0

大雨点 / udp_share

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
lihf 提交于 2020-10-16 11:11 . 添加udp单播源码和测试结果
#RSU交叉编译器:arm-linux-gnueabihf-gcc
#笔记本跑的使用gcc编译器
all:
arm-linux-gnueabihf-gcc udp_share.c -o udp_share -pthread
send:
chmod 755 udp_share
zftp_g2n udp_share /home/root ${ip}
clean:
rm -rf udp_share
1
https://gitee.com/hryyx/udp_share.git
git@gitee.com:hryyx/udp_share.git
hryyx
udp_share
udp_share
main

搜索帮助