Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.53 KB

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.