EmbeddedRelated.com
Forums

RE: MQTT protocol

Started by tito...@gmail.com March 2, 2014
Moths ago I was involved in a Dynamic C project and started implementing the MQTT protocol on the rabbit, taking inspiration from https://github.com/menudoproblema/libemqtt https://github.com/menudoproblema/libemqtt
Here is my project: https://code.google.com/p/dmqtt/ https://code.google.com/p/dmqtt/
You can take a look at the code: https://dmqtt.googlecode.com/svn/trunk/src/mqtt.lib https://dmqtt.googlecode.com/svn/trunk/src/mqtt.lib
Unfortunately the project suddenly stopped, and the library is far from finished (publishing is somewhat working, subscribing does not work at all) but maybe you can borrow some ideas from it.
Good work :)

I bodged together a basic mqtt client for my needs but never bothered
making a library, will check it out and have a play when i get some spare
time.

Phil
On 2 March 2014 08:54, wrote:

> Moths ago I was involved in a Dynamic C project and started implementing
> the MQTT protocol on the rabbit, taking inspiration from
> https://github.com/menudoproblema/libemqtt
> Here is my project: https://code.google.com/p/dmqtt/
> You can take a look at the code:
> https://dmqtt.googlecode.com/svn/trunk/src/mqtt.lib
> Unfortunately the project suddenly stopped, and the library is far from
> finished (publishing is somewhat working, subscribing does not work at all)
> but maybe you can borrow some ideas from it.
>
>