v0.2.5 🦖 [T-Rex] MQTT #174
k33g
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This new version brings MQTT support. A big thank you to @py4mac ✨
You can now use Capsule as an MQTT subscriber:
# the topic is defined when launching the capsule launcher capsule \ -wasm=./hello.wasm \ -mode=mqtt \ -mqttsrv=127.0.0.1:1883 \ -topic=topic/sensor0 \ -clientId=sensor
And you can use Capsule as an MQTT publisher:
This discussion was created from the release v0.2.5 🦖 [T-Rex] MQTT.
Beta Was this translation helpful? Give feedback.
All reactions