mqtt-hs icon indicating copy to clipboard operation
mqtt-hs copied to clipboard

A Haskell MQTT client library.

Results 12 mqtt-hs issues
Sort by recently updated
recently updated
newest added

Please mark this as abandoned / superseded by https://hackage.haskell.org/package/net-mqtt

* use `connection` library to handle connecting, sending and receiving * add TLS support Fixes #15

* Make it work with GHC 8.6.5 by bumping package versions * Test against GHC 8.6.5 * Bump the version to 1.0.3 * Regenerate `.travis.yml` using `haskell-ci` tool

I need the mqtt v3.1.1 version client on my production envirement

Hi, I'm trying to perform a publish: ``` cmds

Fixes ``` ttnc: : hLookAhead: end of file ttnc: thread blocked indefinitely in an STM transaction ``` With this patch it handles EOF gracefully and I'm able to restart everything:...

I tried to use the publish functionality under windows. Only the first message get published but, subsequent messages do not get processed

Hi Not sure how feasible this is but it would be great to support TLS-encrypted connections, with certs provided as parameters. This is, for example, necessary when working with [MQTT...

Hello, I'm using mqtt-hs with ghc-8.2.2 and it works fine with cabal --allow-newer. could you please update the dependencies? (on hackage) There is already a fork from juselius for this.