assist-iot-sripas / scala-mqtt-wrapper   4.0.0

Apache License 2.0 Website GitHub

Scala wrapper for the Pekko Connectors MQTT Streaming library and the Alpakka MQTT Streaming library.

Scala versions: 3.x 2.13

Scala MQTT wrapper

License

About

Scala wrapper for the Pekko Connectors MQTT Streaming library and the Alpakka MQTT Streaming library.

Installation

Add the following to your build.sbt file.

Pekko

libraryDependencies += "io.github.assist-iot-sripas" %% "scala-mqtt-wrapper-pekko" % "(version)"

Currently, the supported Scala versions are 2.13.12 and 3.3.1.

Akka

libraryDependencies += "io.github.assist-iot-sripas" %% "scala-mqtt-wrapper-akka" % "(version)"

Currently, the supported Scala version is 2.13.12.

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.