08f43e86ed262218430ba91d26dd3637dcc563cf
smarGate
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
3、remember register key-number(N)
4、download server program matched you serverOS
5、modify config file(conf-proxy.xml):
<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. EXP:[12345:1])-->
</moudle-parameter>
7、login from android client app
8、create service local proxy in android app
9、enjoy it!
ps:
The Linux 64 bit version does not rely on the third party installation package.
NAS arm version relies on OpenSSL, which requires OpenSSL to be installed in advance.
Languages
JavaScript
100%