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