Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 687 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 687 Bytes

clj-mqtt

Build Status

(Alpha) Clojure Codec for MQTT. Provides a netty encoder and decoder for the MQTT protocol.

Using clj-mqtt in your project

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"]])

Documentation

Coming...

Contributing

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.