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-client components #71

Closed
ERnsTL opened this issue Apr 2, 2017 · 1 comment
Closed

Add mqtt-client components #71

ERnsTL opened this issue Apr 2, 2017 · 1 comment

Comments

@ERnsTL
Copy link
Owner

ERnsTL commented Apr 2, 2017

  • Maybe also useful for integration with MsgFlo
    • TODO separate step - may need an additional component "msgflo-adapter"
  • TCP-based, but can also run over Unix domain sockets or WebSockets
  • Requires TLS for security
  • transport and security should be configurable via one string -> connection URL
  • Publish-Subscribe pattern, message broker model
  • on top of that Request-Response is possible, but that is not always the use-case and then graph hacks would be necessary just to avoid "port unconnected" error
  • Decision: make it 2 separate components (publisher and subscriber)

Client:

Server for testing:

Implementation:

  • DONE add ability to select the topic to publish/subscribe to - not possible via URL it seems, but we could pack it in.
@ERnsTL ERnsTL added this to the Beta Version milestone Apr 2, 2017
@ERnsTL
Copy link
Owner Author

ERnsTL commented Feb 9, 2024

Pulling this forward in planning to testdrive new arrayports features

@ERnsTL ERnsTL changed the title Add mqtt-client component Add mqtt-client components Feb 9, 2024
@ERnsTL ERnsTL closed this as completed in 42926dc Feb 11, 2024
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

No branches or pull requests

1 participant