注册 登录
自由的生活_软路由 返回首页

心想事成的个人空间 https://bbs.routerclub.com/?681 [收藏] [复制] [分享] [RSS]

日志

一些udt有关的应用

已有 3975 次阅读2014-10-4 21:54

一个是udtgate,是用于udt和tcp之间的中转,我测试没成功
https://github.com/madeye/udtrelay
一个是udpipe,也就是udtcat,类似于netcat
https://github.com/LabAdvComp/udpipe
一个是libuvpp,是把libuv和udt结合在一起。
还有一个是udtun,将udt的流转换为tun设备,这个很实用。
https://github.com/mtgreenway/UDTUN/blob/master/tun.py

# "server"
mkfifo pipe
./tun.py 10.0.0.1/24 < pipe| ./uc -l 9000 > pipe

#"client"
mkfifo pipe
./tun.py 10.0.0.2/24 < pipe| ./uc 222.255.15.33 9000 > pipe


路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-4-20 18:03 , Processed in 0.036737 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

返回顶部