-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
[Feature Request]: Triggering NodeInfo send from application #1577
Comments
Actual nodeinfo can be sent as frequently as every 3 min should your node (or another node) get a packet from a node not yet on the node list. The 3 hour minimum for nodeinfo is only for automatic broadcast interval, not if the node is explicitly asked to produce said nodeinfo to identify an unknown node. Any unknown node packet will trigger this nodeinfo request up to 3 min in frequency. |
I think this is a great idea. I would also like to see a way to send position data to the mesh triggered from the app (instead of requesting). |
Request position is actually "exchange position" its named as such in the iOS app but it does the same thing in both apps. Request user info works in the android app. |
Does "Request user info" function similarly to exchange position? If I request user info am I sending my user info out? This is the function that OP wants: transmit user info, initiated from the app. |
The double click functionality sends a position packet and falls back to a node info if a position is not available. The node info is sent out when necessary for DM's automatically, really no reason to impatiently request it manually. |
Garthvh really hates node info broadcasts, lol. It can be done from the physical device, it can be done from the python command. I think people were just hoping it might get implemented in the apps too. I guess we have our answer. |
Personally, I wouldn't be opposed to renaming those to match the iOS app's names since it would make it a lot more apparent how they work under the hood that way. |
Contact Details
No response
Tell us your idea.
Meshtastic firmware allows to trigger sending NodeInfo packet (out of schedule) by fast pressing button twice.
It is convenient for testing radio propagation and connectivity to check online which MQTT nodes received our packet (without need to wait for scheduled NodeInfo which may happen 2-3h later).
It would be great to be able to trigger that from the application.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: