2 Star 9 Fork 3

郑一天 / tcp_over_udp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

tcp_over_udp2

needs python2(or pypy),tornado(a python framework)

helpFunc.py is where the config is.

there are notes in that file to tell you how to set the parameters.

run TOUServer.py on the server(tested on linux)

run TOUClient.py on the client(tested on linux and windows)

if everything goes well, the program will print "got conn" on the client,

otherwise, restart the program on the client side after a few seconds.

then what you connect to tcp client:9999 is directed to tcp server:8080

the client and the server communicate using udp

pypy is prefered than python, it can make the program faster.

the client can also run on android. see the androidClient directory.

i made this because i found tcp connection to my server was blocked but udp not.

空文件

简介

building a tcp connection to the server by using udp. 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/zhengyitian/tcp_over_udp.git
git@gitee.com:zhengyitian/tcp_over_udp.git
zhengyitian
tcp_over_udp
tcp_over_udp
master

搜索帮助