Scala MQTT wrapper
About
Scala wrapper for the Pekko Connectors MQTT Streaming library. Historically, the wrapper was made for the Alpakka MQTT Streaming library.
Installation
Add the following to your build.sbt
file:
libraryDependencies += "io.github.assist-iot-sripas" %% "scala-mqtt-wrapper" % "(version)"
Currently, the supported Scala versions are 2.13.11
and 3.3.0
.
Examples
Documentation
See Javadoc for the latest version.
Contributing
Please follow the contributing guide if you wish to contribute to the project. The guide contains information about the project structure, development environment, code style, etc.