Problem with sending messages to the network via Lora32 v.3 modules connected to a computer with MeshChat program #880
-
|
Hey, everybody. Faced with the following situation, collected the following scheme to test the performance of the network Reticulum: one of the smartphones with installed Sideband is connected via bluetooth to Heltec lora32 v.3 with firmware 1.83, the second module Lora is connected via USB to a computer with the program MeshChat on which created two interfaces, one TCP with connection to the server RNS Testnet Amsterdam, the second RNode. The second phone with mobile internet is connected via TCP to the server in Amsterdam. From each of the phones to the computer and back messages are delivered in both directions without problems, from the phone connected to the mobile Internet to the phone with the Lora module also come messages in transit through the computer, but return messages do not come. That is, from the phone connected through the Lora module messages are not delivered and the status gives - “On Propagation Net”. Who has encountered this behavior, that messages go only in one direction and what are your thoughts on this matter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Computer A = Device with both TCP connection to testnet and RNode On the computer that has both a TCP connection and RNode, have you enabled Transport? I am guessing yes, since you can send message from Phone A to Phone B, but just checking to make sure. If yes, what interface mode is the RNode configured for? Probably, you cannot resolve a path from Phone B to Phone A, since the RNode interface on Computer A is not allowing recursive path requests on the RNode interface. To fix this, set the RNode interface mode to In your situation, since the RNode on Computer A is acting like a radio access point, I'd suggest putting it into |
Beta Was this translation helpful? Give feedback.
Computer A = Device with both TCP connection to testnet and RNode
Phone A = Device with only TCP connection to testnet
Phone B = Device with only RNode connection to Computer A
On the computer that has both a TCP connection and RNode, have you enabled Transport? I am guessing yes, since you can send message from Phone A to Phone B, but just checking to make sure.
If yes, what interface mode is the RNode configured for? Probably, you cannot resolve a path from Phone B to Phone A, since the RNode interface on Computer A is not allowing recursive path requests on the RNode interface. To fix this, set the RNode interface mode to
aporgw(access_pointorgateway). That will allow clients on t…