From 44e6b803895d301c06fe2c840f43a6c23957c68e Mon Sep 17 00:00:00 2001 From: "zhiyong.luo" <33410675+lazy-luo@users.noreply.github.com> Date: Tue, 6 Nov 2018 11:34:54 +0800 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 964f51e..9fe214f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # smarGate -A mobile gateway that exposes the intranet service points. Free, after testing, select machine and open source. It contains a Android client app and server program. +A mobile gateway that exposes the intranet service points. +Free, after testing, select machine and open source. +It contains a Android client app and server program. +Usage: +1、download android client app +2、register user +3、remember register key-number(N) +4、download server program matched you serverOS +5、modify config file(conf-proxy.xml): + + + + + + + + + + + +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 +8、create service local proxy in android app +9、enjoy it!