From b86a41949cdf5e7eeb2174dc9704907ae429390d Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Thu, 24 Dec 2020 11:02:18 +0800 Subject: [PATCH] IP tunnel works! fix #35 --- meshtastic/tunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/tunnel.py b/meshtastic/tunnel.py index 7cb1849..57ac7c9 100644 --- a/meshtastic/tunnel.py +++ b/meshtastic/tunnel.py @@ -8,8 +8,8 @@ # ssh -Y root@192.168.10.151 (or dietpi), default password p # ncat -e /bin/cat -k -u -l 1235 # ncat -u 10.115.64.152 1235 +# ping -c 1 -W 20 10.115.64.152 -# FIXME - we aren't seeing ping replys from the remote node - check device logs # FIXME: use a more optimal MTU from . import portnums_pb2