sarwarbhuiyan / clj-mqtt

(Alpha) Clojure MQTT Codec for Netty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.3.3-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.

About

(Alpha) Clojure MQTT Codec for Netty

License:Other


Languages

Language:Clojure 99.2%Language:Shell 0.8%