- Wed Jun 03, 2015 11:31 pm
#19418
I hope this is not too off topic, but can you explain about the cjson structure that you're passing as the mqtt payload?
In pretty ignorant about json, and my only mqtt payload experience is sending simple strings.
Is it right to say that the cjson is a structure?
Is the end result a nicely organized payload with a lot of labeled (maybe "labeled" is the wrong word) diverse data, all in one mqtt message?
What does it actually look like when the mqtt broker receives it?
Like if you were to use something like mqttspy to watch your topic.
Always trying to learn new techniques and tricks!
Thanks