Hi Patrick,
You can remove retained messages by publishing a zero length retained
message to the same topic. So if you were using mosquitto_pub, you
could set a retained message like this:
mosquitto_pub -t my/topic -m message -r
And to clear it:
mosquitto_pub -t my/topic -r -n
I don't think t
Hi Niclas,
The MQTT protocol provides for a maximum message payload size of
268,435,455 bytes which is more than sufficient for the size of data
you are talking about. There is no reason to think what you're
suggesting wouldn't work with mosquitto.
Cheers,
Roger
On Tue, Apr 16, 2013 at 11:05 PM
2 matches
Mail list logo