Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] ANN Machine Head, a Clojure MQTT client built on top of Paho

I'm happy to announce Machine Head, a small
Clojure MQTT client built on top of Paho Java.

Machine Head eliminates some of the boilerplate code
required to use Paho Java directly via Java interop,
while introduce effectively no overhead. Using MQTT
from Clojure is now ridiculously easy.

Machine Head and MQTT have a chapter in the upcoming
Clojure Cookbook by O'Reilly.

Announcement blog post:
http://blog.clojurewerkz.org/blog/2013/10/07/introducing-machine-head/

Project site:
http://clojuremqtt.info/

GitHub repositories:

 * https://github.com/clojurewerkz/machine_head
 * https://github.com/clojurewerkz/machine_head.docs
 * https://github.com/clojurewerkz/machine_head.examples

Finally, like all ClojureWerkz (http://clojurewerkz.org),
Machine Head is released under the Eclipse Public License.
--
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin

Back to the top