how to read MQTT mosquitto server persisted DB file
问题 I am using mosquitto server for MQTT protocol. Using persistence setting in a configuration file with -c option, I am able to save the data. However the file generated is binary one. How would one be able to read that file? Is there any specific tool available for that? Appreciate your views. Thanks! Amit 回答1: Why do you want to read it? The data is only kept there while messages (QOS1 or QOS2) are in flight to ensure they are not lost in transit while waiting for a response from the