Re: RE: MQTT protocol
Phil D <[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <CAL8BBoP8a2GcGD3vKo2R-bo7onW6a4d9mxcA02hYc9DVy_d4XQ@mail.gmail.com> |
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, <[email protected]> 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. > >