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

xively/clj-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

(Alpha) Clojure MQTT Codec for Netty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published