Scala wrapper for the Pekko Connectors MQTT Streaming library and the Alpakka MQTT Streaming library.
Add the following to your build.sbt
file.
libraryDependencies += "io.github.assist-iot-sripas" %% "scala-mqtt-wrapper-pekko" % "(version)"
Currently, the supported Scala versions are 2.13.12
and 3.3.1
.
libraryDependencies += "io.github.assist-iot-sripas" %% "scala-mqtt-wrapper-akka" % "(version)"
Currently, the supported Scala version is 2.13.12
.
See Javadoc for the latest version.
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.