Skip to content

Why does Reticulum send an announcement upon starting? #423

Discussion options

You must be logged in to vote

I have a simple announce monitor that prints incoming announces for my app in real time I use for debugging. RNS prints a callback error message from this monitor program when I start a separate program.

You have some sort of bug in the monitor code doing the printing. From the exception it sounds like something excepts a string (the "decode" method call), but gets a None (which is expected behaviour, and needs to be handled in your app).

Why does RNS send an announce at this point?

RNS sends an announce from your app to the master RNS instance running on your system, so it will know what local application or shared instance client has your destination. The master instance has no way …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@markqvist
Comment options

Answer selected by ThomasFreedman
Comment options

You must be logged in to vote
1 reply
@markqvist
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants