Looking for MQTT client library

Atila Neves via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 12 08:03:10 PDT 2015


Those are basically your options. You could wrap Mosquitto (a C 
implementation), but I'd just use the existing MQTT broker code. 
Then again, I would say that. :)

Atila

On Thursday, 12 March 2015 at 07:59:55 UTC, o3o wrote:
> I'm looking a MQTT [0] client library written in D, if it 
> exists.
> Anyone know of any?
>
> I found the great Atila Neves MQTT broker (server) [1], and 
> some C/C++ libraries [2], so, possible solutions are:
>
> a. Write a native D library from scratch
> b. Adapt/copy some parts of [1] to convert from server to client
> c. Create a binding from [2]
>
> Anyone has other idea that I could use to create this
> myself?
>
> Thanks
>
> [0]http://mqtt.org/
> [1]https://github.com/atilaneves/mqtt
> [2]http://www.eclipse.org/paho/clients/c/



More information about the Digitalmars-d-learn mailing list