ngrokc rampis预编译版本 By HKL, Fr

时间:2022-07-22
本文章向大家介绍ngrokc rampis预编译版本 By HKL, Fr,主要内容包括其使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

ngrokc 是用c语言实现的ngrok1的客户端,非常适合在嵌入式设备中使用,

不过官方github上面的release已经有点旧了,在18.06.4上已经无法正常运行,所以重新用最新的18.06.4 ramips SDK编译,测试过mt7620和mt7621的机器都能可以正常运行。

tested on mt7620 and mt7621

下载链接:

https://stu2013jnueducn-my.sharepoint.com/:u:/g/personal/hkl_stu2013_jnu_edu_cn/EbcXrXWPY4pJpXcLWh_XoKEBkY2D3anyCiOLo9qAax6PeQ?e=OXNypn

使用说明:

先安装依赖

opkg install libopenssl libstdcpp

运到方式

./ngrokc
use ./ngrokc -SER[Shost:ngrokd.ngrok.com,Sport:443,Atoken:xxxxxxx,Password:xxx] -AddTun[Type:tcp,Lhost:127.0.0.1,Lport:80,Rport:50199,Hostheader:localhost]