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

Establish MQTT broker for Flotilla #47

Closed
aeshub opened this issue Jan 25, 2022 · 2 comments · Fixed by #61
Closed

Establish MQTT broker for Flotilla #47

aeshub opened this issue Jan 25, 2022 · 2 comments · Fixed by #61
Assignees
Labels
feature New feature or request

Comments

@aeshub
Copy link
Contributor

aeshub commented Jan 25, 2022

Describe the new feature you would like to see
The Flotilla application should have an associated MQTT broker/server which is responsible for streaming data from the different ISAR applications and robots on the facility to Flotilla. In addition, the broker should bridge to a fleet management broker to enable streaming at scale.

Describe the solution you'd like
This issue aims to get started with the MQTT broker for the Flotilla application. The bare minimum is adding an MQTT broker (https://www.hivemq.com/) which runs through a docker container and may be started together with the Flotilla application through docker compose.

How will this feature affect the current Threat Model?
The first iteration will only include a broker which is local to the Flotilla system and as such no data streaming out of the internal network.

  • Authentication to the broker must be handled for all applications which should subscribe/publish
  • Communication security must be handled when bridging to a fleet management broker (future task)
@aeshub aeshub added the feature New feature or request label Jan 25, 2022
@aeshub
Copy link
Contributor Author

aeshub commented Jan 25, 2022

image

@aeshub
Copy link
Contributor Author

aeshub commented Jan 25, 2022

Some suggested topics:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants