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

New feature: Request UserInfo #1206

Closed
wants to merge 2 commits into from

Conversation

musznik
Copy link
Contributor

@musznik musznik commented Aug 24, 2024

The requestUserInfo function added to the Meshtastic Android project offers several key advantages:

userinfo.request.mp4

(preview from old dev version)

Improved Data Completeness: This function allows actively requesting user information when the longName and shortName are unknown. This ensures complete data for each node, especially when initial packets lack user details.

Enhanced Reliability: It addresses the issue of missing user information due to initial packet loss or communication challenges with distant nodes. This improves synchronization and data reliability across the network.

Minimal Network Load: The function is designed to minimize network traffic by limiting requests to a minimum interval of 5 minutes per node, preventing excessive network load.

The function works similarly to position requests, providing a unified approach to querying nodes and facilitating potential future expansions. Overall, this function enhances data reliability and completeness in the Meshtastic network without significantly impacting performance.

@andrekir
Copy link
Member

andrekir commented Oct 3, 2024

closed in favor of #1279

@andrekir andrekir closed this Oct 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants