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

Add conservative multicast mode for location sharing #12

Closed
wants to merge 2 commits into from

Conversation

shiv-tyagi
Copy link

This provides a conservative multicast mode in esp firmware to allow users to share ONLY the position of vehicles among each other when they are connected to a common access point. The method of establishing communication among the vehicles is similar to the full multicast mode. The esp modules need to be connected to a common access point and have same multicast ip and port. The vehicles would be able to share just the GLOBAL_POS_INT (and FOLLOW_TARGET) messages with each other this way. This would save huge amount of bandwidth. The reduction in traffic would allow more vehicles to be connected using multicast and ensure reliable connection for follow and avoidance purposes.
This should be merged after #11.

@peterbarker
Copy link

As discussed elsewhere, I think we should rely on the vehicles not doing silly things instead.

ArduPilot has many options for it.

@shiv-tyagi shiv-tyagi closed this Aug 24, 2023
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.

None yet

2 participants