Serial interface woes #620
-
I have all the right permissions and have tested, using I have added the interface as per https://reticulum.network/manual/interfaces.html#serial-interface however when I start I am not doing anything yet between the nodes. I presume this may be the issue? Like I may need to generate some announcement that gets placed in an LXMF message and then routed as a reticulum packet through to the other node. I feel as though this may very well be the case. What is a good way to test then, perhaps? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Reticulum is by default very quiet on configured physical links and interface, and will not send anything unless it absolutely needs to. To see any traffic, the minimum thing you can do is send an announce from something. That should propagate out over any configured interface, and you should see it in the log of other device. You can use any existing application, or just fire up the |
Beta Was this translation helpful? Give feedback.
-
This is quite epic then. Thanks so far for the help! I will come back to this soon, marked as good tho! |
Beta Was this translation helpful? Give feedback.
Reticulum is by default very quiet on configured physical links and interface, and will not send anything unless it absolutely needs to.
To see any traffic, the minimum thing you can do is send an announce from something. That should propagate out over any configured interface, and you should see it in the log of other device. You can use any existing application, or just fire up the
Announce.py
example and hit enter to send a couple of example announces.