Skip to content

A mobile gateway that exposes the intranet service points.It contains a Android client app and server program.

Notifications You must be signed in to change notification settings

munderline/smarGate

 
 

Repository files navigation

English | 中文

A mobile gateway that exposes the intranet service points.
Free, after testing will be open source.
It contains a Android client app and server program.
Usage:

1、download android client app

2、register user(the invitation code must be numeric and can be filled with any value)

login
register

3、remember register key-number(N)

register result

4、download server program matched you serverOS

5、modify config file(conf-proxy.xml):

  <?xml version="1.0" encoding="GBK"?>
    <app-config code="PROXY" name="proxy-server">
       <moudle-parameter>
        <log-level value="LOG_ERROR"/>
        <log-write-mode value="CONSOLE_ONLY"/>
        <app-name value="xxxxx [name of service points]." /><!-- need modify -->
        <app-description value="yyyyy [description of service points]" /><!-- need modify -->
        <server-address value="visery.net:39001"/>
        <user-audit value="N:index"/><!-- need modify (N is step 3 return,index is you service point order. e.g:[12345:1])-->
    </moudle-parameter>
  </app-config>

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

operator

8、create service local proxy in android app

operator
operator

9、enjoy it!

ps:

  • The server does dependless any third party package.
  • Android Client app requires permission:

1、background running privileges
2、network access

  • Cell phone settings (Android):

1、setting -> wireless and network -> WLAN -> maintain WLAN connections in dormant state "ALLOW"
2、setting -> wireless and network -> mobile network -> advanced ->always connected network data service "ALLOW"

About

A mobile gateway that exposes the intranet service points.It contains a Android client app and server program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published