Digistump Forums

The DigiX => DigiX Libraries => Topic started by: kevin on December 20, 2013, 02:37:24 pm

Title: MQTT library?
Post by: kevin on December 20, 2013, 02:37:24 pm
Has anyone done anything with using their DigiX as an MQTT client?  The "real" Arduino MQTT library (by knolleary) assumes that the network is provided by something which conforms to the Client.h interface, which unfortunately is not the DigiX wifi module with the DigiFi library.

So... I'm wondering whether it would be easier to make a Client.h compatibility library, or whether it would be easier to reimplement MQTT with DigiFi behind it.

Even easier still would be if someone has already done one of these ;)
Title: Re: MQTT library?
Post by: digistump on December 20, 2013, 08:31:03 pm
Client compatible update to DigiFi coming in the next few days.
Title: Re: MQTT library?
Post by: kevin on December 21, 2013, 02:42:56 pm
Oooooo that'd be *ace* - very much looking forward to that.  Thank you!
Title: Re: MQTT library?
Post by: digistump on January 05, 2014, 02:10:36 am
Much improved DigiFi with lots of examples: https://github.com/digistump/DigiFi - full release soon, no support will be provided for this until then (hint only copy the examples folder and DigiFi.h and DigiFi.cpp - the for core files are already installed if you have installed the addons)
Title: Re: MQTT library?
Post by: digistump on January 05, 2014, 02:57:58 am
release with this: http://digistump.com/wiki/digix/tutorials/software