Topic: Publishing files
Hi,
I want to transport large payloads (files) with wolfMQTT. Receiving this data via a subscription was surprisingly easy, the data comes in in chunks which I write to a file as they come in.
But is there a similar solution available for publishing large payloads? It would be nice if I could read the data piece by piece from a file as it's sent out.
Regards,
Peter