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 mqtt-zenoh reference implementation and mqtt example entities #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ValMobBIllich
Copy link

Changes:

  • moved the existing reference implementation (zenoh-someip) to a new example-streamer-implementations folder
  • added a new reference implementation (zenoh-mqtt) to that same folder
  • both of these can now be run by using the --bin flag (same as the bins in example-streamer-uses)
  • added mqtt service, client, subscriber and publisher

Todo:

  • Fix the old someip-zenoh streamer (probably just config stuff since I didnt change anything else)
  • Add more and clearer documentation

Manual Tests (one day these will be automatic)

✅ or ❌
mqtt_client -> zenoh-service
zenoh_client -> mqtt-service
mqtt_publisher -> zenoh-subscriber
zenoh_publisher -> mqtt-subscriber
someip_client -> zenoh-service
zenoh_client -> someip-service
someip_publisher -> zenoh-subscriber
zenoh_publisher -> someip-subscriber

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.

1 participant