Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heartbeat should produce response #630

Open
broglep opened this issue Dec 4, 2024 · 1 comment
Open

Heartbeat should produce response #630

broglep opened this issue Dec 4, 2024 · 1 comment

Comments

@broglep
Copy link

broglep commented Dec 4, 2024

The current heartbeat mechanism does not reliably allow to detect if the connection is still alive. It would good if the heartbeat would trigger a FromRadio response so that it can be checked if the heartbeat was received.

Would that be a sensible extension to the protobuf protocol?

As a workaround, currently an admin message to request e.g. lora config can be used, so there are definitely ways around that shortcoming

@ianmcorvidae
Copy link
Contributor

I think I'd agree that adding a heartbeat option to FromRadio to match the ToRadio one and having firmware just echo back a heartbeat when it receives one would likely be useful if it's not a pain to do in firmware, especially for folks writing anything custom. Definitely had a few different times folks have asked for ways to do this cleanly with the Python API.

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

No branches or pull requests

2 participants