From 37c5e637b755359d292851127a34ba4764e867fb Mon Sep 17 00:00:00 2001 From: "zhiyong.luo" <33410675+lazy-luo@users.noreply.github.com> Date: Tue, 6 Nov 2018 14:12:38 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b10f773..1f21867 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ It contains a Android client app and server program.
Usage:
1、download android client app
2、register user
-![image](https://github.com/lazy-luo/smarGate/blob/master/res/login.png)
-![image](https://github.com/lazy-luo/smarGate/blob/master/res/register.png)
+![login](https://github.com/lazy-luo/smarGate/blob/master/res/login.png)
+![register](https://github.com/lazy-luo/smarGate/blob/master/res/register.png)
3、remember register key-number(N)
-![image](https://github.com/lazy-luo/smarGate/blob/master/res/registerok.png)
+![register result](https://github.com/lazy-luo/smarGate/blob/master/res/registerok.png)
4、download server program matched you serverOS
5、modify config file(conf-proxy.xml):
- +

@@ -21,13 +21,13 @@ Usage:
-
+

6、excute shell "nohup ./proxy_server -i1000 -o1000 -w8 >/dev/null &"(parameter i:input connections,o:output connections,w:max threads)
7、login from android client app
-![image](https://github.com/lazy-luo/smarGate/blob/master/res/oper1.png)
+![operator](https://github.com/lazy-luo/smarGate/blob/master/res/oper1.png)
8、create service local proxy in android app
-![image](https://github.com/lazy-luo/smarGate/blob/master/res/oper2.png)
-![image](https://github.com/lazy-luo/smarGate/blob/master/res/oper3.png)
+![operator](https://github.com/lazy-luo/smarGate/blob/master/res/oper2.png)
+![operator](https://github.com/lazy-luo/smarGate/blob/master/res/oper3.png)
9、enjoy it!
ps:
The Linux 64 bit version does dependless any third party package.