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 multicast support to DataStreamUDP. #858

Merged
merged 2 commits into from
Nov 12, 2023

Conversation

agoessling
Copy link
Contributor

This adds the ability to specify a address other than 127.0.0.1 when starting DataStreamUDP. If the address is a multicast address the UDP socket is configured to join the multicast group.

This adds the ability to specify a address other than 127.0.0.1 when
starting DataStreamUDP.  If the address is a multicast address the UDP
socket is configured to join the multicast group.
@agoessling
Copy link
Contributor Author

Multicast support can be tested with python3 plotjuggler_plugins/DataStreamUDP/udp_client.py --address 239.0.0.1

@agoessling
Copy link
Contributor Author

@facontidavide Any thoughts on this?

@agoessling
Copy link
Contributor Author

Just following up on this.

@facontidavide facontidavide merged commit b524543 into facontidavide:main Nov 12, 2023
14 of 15 checks passed
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