mqtt-hs: A MQTT client library.

[ gpl, library, network ] [ Propose Tags ]

A library to communicate with MQTT brokers. See the Network.MQTT module for documentation and the project repository for some examples.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0, 1.0.0, 1.0.1, 1.0.2
Dependencies async (>=2.0 && <2.2), attoparsec (>=0.10 && <0.14), base (>=4.6 && <4.10), bytestring (>=0.10.2 && <0.11), monad-loops (>=0.3 && <0.5), mtl (>=1.1 && <2.3), network (>=2.0 && <2.7), singletons (>=0.9 && <2.3), stm (>=2.4 && <2.5), text (>=0.11.0.6 && <1.3), transformers (>=0.2 && <0.6) [details]
License GPL-3.0-only
Copyright (c) 2014-2016 Lukas Braun
Author Lukas Braun <koomi+mqtt@hackerspace-bamberg.de>
Maintainer Lukas Braun <koomi+mqtt@hackerspace-bamberg.de>
Category Network
Home page http://github.com/k00mi/mqtt-hs
Source repo head: git clone git://github.com/k00mi/mqtt-hs.git
Uploaded by LukasBraun at 2017-01-18T17:10:45Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3147 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for mqtt-hs-1.0.1

[back to package description]

mqtt-hs

A Haskell MQTT client library.

Hackage and examples.