MQTT Visualizer
This is a simple CLI utility for visualizing MQTT packets from their payload.
To use, run this binary, and then input the hex of each packet you want to
visualize, one packet on each line. It will output the contents of that MQTT
packet to the terminal.
```