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.3), attoparsec (>=0.10 && <0.14), base (>=4.6 && <4.12), 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.5), 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 2018-08-03T09:46:25Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 3132 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-08-03 [all 1 reports]

Readme for mqtt-hs-1.0.2

[back to package description]

mqtt-hs

A Haskell MQTT client library.

Hackage and examples.