Corentin Dupont
                                            Corentin Dupont
                                        
                                    I also used net-mqtt with success. @k00mi, I was wondering (also with respect), if it's possible to deprecate this package on Hackage in favor of net-mqtt? Just so the community...
Thanks a lot.
I think this is done in the package right? https://hackage.haskell.org/package/servant-swagger-tags
Hi Michel, I would be glad to join efforts! Maybe you can use R-pandoc as a library to decode R blocks? Anyway centralizing the logic for inserting code results is...
I think `Network.MQTT` is perfect, it matches well with "net-mqtt". Maybe renaming this repo as "net-mqtt" would work?
Yeah, I wanted to construct a URI piece by piece using the constructors, and found it quite strange. For example, the port is defined as a String, that should include...
What I need is a server that responds only to some preconfigured topics (not a generic MQTT server). It will mimic the capacity of the REST API (just for some...
OK that's clear. Right now I'm filtering the MQTT requests in my server, before forwarding them to Mosquitto. I do that because I wanted to apply my own access control...