You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run micropythons in a remote network with raspberry pi as gateway. I use NGROK to expose a TCP endpoint and upon connection success I send myself a homecall with the NGROK ip and port.
On the gateway I run ARP pings so I can bind the MAC addresses to (dynamic) IPs and know where to connect to.
The latest release of webrepl, with the CLI functionality, made me so happy :)
I can now remote control them over CLI both in browser and commandline.
Public dynamic secure reverse tunnel remote webrepl CLI
./webrepl_socks.py "10.44.5.4:8266" -p "mypass"
-->micropython_001
...micropython_50
Monkeypatch webREPL SOCKS!
I run micropythons in a remote network with raspberry pi as gateway. I use NGROK to expose a TCP endpoint and upon connection success I send myself a homecall with the NGROK ip and port.
ssh -D $localport -p $ngrok_port $ngrok_ip
-->ngrok
-->$pi@raspberry: openssh && arp-ping
On the gateway I run ARP pings so I can bind the MAC addresses to (dynamic) IPs and know where to connect to.
The latest release of webrepl, with the CLI functionality, made me so happy :)
I can now remote control them over CLI both in browser and commandline.
Thanks!
webrepl socks!
The text was updated successfully, but these errors were encountered: