-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Greetings!
Recently I have been doing some range testing with RNodes and trying to see how far an rnsh connection I can get by using transport nodes to bridge two end devices.
My setup consists of 3 raspberry pis. Each with a Heltec v4 RNode. I have configured two of them to be endpoints. While on of them have transport enabled = yes. The goal is to extend the range of the rnsh connection.
Diagram:
RNode_A <====> RNode_B <====> RNode_C
.....full...................transport.................full.......
.initiator.................gateway...........announce 10s
I can rnsh between RNode_A and RNode_C by going point to point no problem. The problem comes when I get A and C too far apart and attempt to close the gap with B. In this configuration I get the "Establishing Link..." message on the initiator, but the link never happens.
I mention the "Establishing Link..." message because it is consistently an indicator I can see the serving end. At least when going point to point.
My current estimation is that perhaps a transport RNode cannot handle an rnsh link and this is therefore impossible to do. I would really like this to work however and if maybe can shed some insight, it would be much appreciated.