Skip to content

Commit

Permalink
Update README.zh-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Dec 14, 2017
1 parent b2a9b22 commit 4a65953
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 31 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tinyFecVPN

A Lightweight High-Performance VPN with Build-in Forward Error Correction Support(or A Network Improving Tool which works at VPN mode). Improves your Network Quality on a High-latency Lossy Link.
A Lightweight VPN with Build-in Forward Error Correction Support(or A Network Improving Tool which works at VPN mode). Improves your Network Quality on a High-latency Lossy Link.

![image](/images/tinyFecVPN3.PNG)

Expand All @@ -17,14 +17,6 @@ UDPspeeder's repo:

https://github.com/wangyu-/UDPspeeder

##### Note2

You can use udp2raw with tinyFecVPN together to get better speed on some ISP with UDP QoS(UDP throttling).

udp2raw's repo:

https://github.com/wangyu-/udp2raw-tunnel

# Efficacy
Tested on a link with 100ms roundtrip and 10% packet loss at both direction. You can easily reproduce the test result by yourself.

Expand Down Expand Up @@ -88,6 +80,14 @@ Now, use `10.22.22.1:7777` to connect to your service,all traffic will be improv

`-k` enables simple XOR encryption

##### Note2

You can use udp2raw with tinyFecVPN together to get better speed on some ISP with UDP QoS(UDP throttling).

udp2raw's repo:

https://github.com/wangyu-/udp2raw-tunnel

# Advanced Topic

### Usage
Expand Down
40 changes: 18 additions & 22 deletions doc/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,23 @@

TinyFecVPN使用了和UDPSpeeder相同的lib,功能和UDPspeeder类似,只不过TinyFecVPN工作方式是VPN,UDPspeeder工作方式是UDP tunnel.


##### 提示

UDPspeeder的repo:

https://github.com/wangyu-/UDPspeeder

##### 提示2

对于某些运营商,tinyFecVPN跟udp2raw配合可以达到更好的速度,udp2raw负责把UDP伪装成TCP,来绕过运营商的UDP限速。

udp2raw的repo:

https://github.com/wangyu-/udp2raw-tunnel

#### 效果
测试环境是一个有100ms RTT 和双向10%丢包的网络(借用了UDPspeeder的测试结果)
测试环境是一个有100ms RTT 和双向10%丢包的网络。

![](https://raw.githubusercontent.com/wangyu-/UDPspeeder/master/images/cn/ping_compare_cn.PNG)

![](https://github.com/wangyu-/UDPspeeder/blob/master/images/cn/scp_compare.PNG)

#### 关键词
双边加速、全流量加速、开源加速器、游戏加速、网游加速器

# 原理简介

主要原理是通过冗余数据来对抗网络的丢包,发送冗余数据的方式支持FEC(Forward Error Correction)和多倍发包,其中FEC算法是Reed-Solomon。
Expand All @@ -41,6 +37,7 @@ https://github.com/wangyu-/udp2raw-tunnel

https://github.com/wangyu-/UDPspeeder/


# 简明操作说明

### 环境要求
Expand Down Expand Up @@ -85,6 +82,14 @@ https://github.com/wangyu-/tinyFecVPN/releases

`-k` 指定一个字符串,开启简单的异或加密

##### 提示

对于某些运营商,tinyFecVPN跟udp2raw配合可以达到更好的速度,udp2raw负责把UDP伪装成TCP,来绕过运营商的UDP限速。

udp2raw的repo:

https://github.com/wangyu-/udp2raw-tunnel

# 进阶操作说明

### 命令选项
Expand Down Expand Up @@ -203,19 +208,10 @@ iperf3 -c 10.22.22.1 -P10

# 应用实例

#### 透过tinyFecVPN免改iptables加速网络

https://github.com/wangyu-/tinyFecVPN/wiki/透过tinyFecVPN免改iptables加速网络

#### tinyFecVPN运行在linux上,透明加速linux本机的网络

https://github.com/wangyu-/tinyFecVPN/wiki/tinyFecVPN运行在linux上,透明加速linux本机的网络

#### tinyFecVPN运行在虚拟机中,加速windows和局域网内其他主机的网络

https://github.com/wangyu-/tinyFecVPN/wiki/tinyFecVPN运行在虚拟机中,加速windows和局域网内其他主机的网络
[透过tinyFecVPN免改iptables加速网络](https://github.com/wangyu-/tinyFecVPN/wiki/透过tinyFecVPN免改iptables加速网络)

[tinyFecVPN运行在linux上,透明加速linux本机的网络](https://github.com/wangyu-/tinyFecVPN/wiki/tinyFecVPN运行在linux上,透明加速linux本机的网络)

#### 用树莓派做路由器,搭建透明代理,加速游戏主机的网络
[tinyFecVPN运行在虚拟机中,加速windows和局域网内其他主机的网络](https://github.com/wangyu-/tinyFecVPN/wiki/tinyFecVPN运行在虚拟机中,加速windows和局域网内其他主机的网络)

https://github.com/wangyu-/UDPspeeder/wiki/用树莓派做路由器,搭建透明代理,加速游戏主机的网络
[用树莓派做路由器,搭建透明代理,加速游戏主机的网络](https://github.com/wangyu-/UDPspeeder/wiki/用树莓派做路由器,搭建透明代理,加速游戏主机的网络)

0 comments on commit 4a65953

Please sign in to comment.