(Alpha) Clojure Codec for MQTT. Provides a netty encoder and decoder for the MQTT protocol.
In the project.clj file at the top level of your project, add clj-mqtt as a dependency:
(defproject my-project "1.0.0"
:dependencies [[org.clojure/clojure "1.5.1"]
[clj-mqtt "0.4.8-alpha"]])
Coming...
For any bug reports please open an issue on this repository. For any code requests, please ensure they are tested and send a pull-request to this repository.