- 可交叉编译至OpenWrt平台运行
交叉编译教程: 这里
PS:虽然是交叉编译mentohust的,但原理是一样的
- 已在OpenWrt上运行成功,并在加入自动启动后暂未发现掉线的情况
- 可自动重连
- 代码乱七八糟
- 手动输入服务器ip
- 手动输入服务类型(int、internet)
- 没有配置文件
- 没有后台模式
- 不能下线
编译
$ cd ~
$ git clone https://github.com/lyq1996/aeciumR.git
$ ./configure
$ make
$ make install
运行
$ aeciumR -u admin -p admin -d eth0.2 -s int -i 210.45.194.10
后台运行
$ aeciumR -u admin -p admin -d eth0.2 -s int -i 210.45.194.10 >/dev/null &