mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 06:19:34 +08:00
Merge branch 'master' of https://github.com/wangyu-/UDPspeeder
This commit is contained in:
commit
34cb20a464
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
||||
# UDPspeeder
|
||||
Network Speed-Up Tool. Boost your Connection on a High Lantency High Packet-Loss Link by using Forward Error Correction
|
||||
|
||||
When used independently,UDPspeeder speeds-up only udp connection.Nevertheless,if you used UDPspeeder + any UDP based VPN together,you can speed-up any traffic(include tcp/udp/icmp)。
|
||||
|
||||
[简体中文](/doc/README.md)
|
||||
|
||||
# Support Platforms
|
||||
Linux host (including desktop Linux,Android phone/tablet,OpenWRT router,or Raspberry PI).
|
||||
|
||||
Windows and Mac support will be added in furture,before its done,you can run UDPspeeder inside [this](https://github.com/wangyu-/udp2raw-tunnel/releases/download/20170918.0/lede-17.01.2-x86_virtual_machine_image_with_udp2raw_pre_installed.zip) 7.5mb virtual machine image.
|
||||
|
||||
# Effect
|
||||
|
||||
# How does it work
|
||||
|
||||
UDPspeeder use (FEC)Forward Error Correction to defend again packet loss.It improves your connection at the cost of addtional bandwidth.The algorithm for FEC is Reed-Solomon.
|
||||
|
||||
# Quick Start
|
||||
|
||||
todo.....
|
@ -1,10 +1,10 @@
|
||||
# UDPspeeder
|
||||
![image0](images/Capture7.PNG)
|
||||
![image0](/images/Capture7.PNG)
|
||||
UDP双边加速工具,降低丢包率,配合vpn可以加速任何协议,尤其适用于加速游戏和网页打开速度;同时也是一个UDP连接的调试和统计工具。
|
||||
|
||||
这个是我自己稳定用了一个月的项目,用来加速美服的Brawl Stars和亚服的Mobile Legend,效果不错。加速前卡得几乎没法玩,加速后就没怎么卡过了。
|
||||
#### 效果
|
||||
![image0](images/Capture8.PNG)
|
||||
![image0](/images/Capture8.PNG)
|
||||
#### 原理简介
|
||||
目前原理是多倍发包。以后会做各种优化,比如:对高频率的短包先合并再冗余;FEC(Forward Error Correction),在包速低的时候多倍发包,包速高时用FEC。
|
||||
|
||||
@ -127,7 +127,7 @@ other options:
|
||||
|
||||
#### UDPspeeder + openvpn加速任何流量
|
||||
如果你只是需要玩游戏,效果预期会kcp/finalspeed方案更好。可以优化tcp游戏的延迟(通过冗余发包,避免了上层的重传)。比如魔兽世界用的是tcp连接。
|
||||
![image0](images/Capture2.PNG)
|
||||
![image0](/images/Capture2.PNG)
|
||||
|
||||
跟openvpn via kcptun方式的对比:
|
||||
|
||||
@ -137,13 +137,13 @@ udp协议本身是ip协议加上了端口之后的直接封装,udp继承了ip
|
||||
|
||||
#### UDPspeeder + kcptun/finalspeed + ss 同时加速tcp和udp流量
|
||||
如果你需要用加速的tcp看视频和下载文件,这样效果比vpn方案更好。不论是速度,还是流量的耗费上。
|
||||
![image0](images/Capture3.PNG)
|
||||
![image0](/images/Capture3.PNG)
|
||||
|
||||
#### UDPspeeder + openvpn + ss 混合方案
|
||||
也是我正在用的方案。优点是可以随时在vpn和ss方案间快速切换。
|
||||
实际部署起来比图中看起来的还要简单。不需要改路由表,需要做的只是用openvpn的ip访问ss server。
|
||||
|
||||
![image0](images/Capture10.PNG)
|
||||
![image0](/images/Capture10.PNG)
|
||||
(也可以把图中的ss server换成其他的socks5 server,这样连ss client也不需要了)
|
||||
# 编译教程
|
||||
暂时先参考udp2raw的这篇教程,几乎一样的过程。
|
||||
|
Loading…
x
Reference in New Issue
Block a user