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

Multicast client: add bi-directional support to receive Pub/Sub and publish multicast #464

Open
salsferrazza opened this issue Feb 11, 2021 · 0 comments
Labels
client Multicast client interface enhancement New feature or request

Comments

@salsferrazza
Copy link
Contributor

The multicast publisher for Datashare currently joins a multicast group and tunnels packets arriving on the specified group over a Pub/Sub topic that is also specified.

This request is to add a feature where the traffic flow can be reversed, the client is passed a topic name or a subscription as a parameter and receives topic messages. In reverse mode, the multicast client will take the messages from Pub/Sub and send them outbound over the Multicast interface.

@phriscage phriscage added client Multicast client interface enhancement New feature or request labels Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Multicast client interface enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants