Looking for MQTT client library

o3o via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 12 00:59:53 PDT 2015


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