#mqtt #iot #messaging

bin+lib mqtt-visualizer

A visualizer for MQTT packets

2 unstable releases

0.2.0 Jul 14, 2021
0.1.0 Jun 4, 2021

#87 in #mqtt

MIT/Apache

5KB
70 lines

MQTT Visualizer

This is a simple CLI utility for visualizing MQTT packets from their payload.

Usage

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.

> mqtt-visualizer
e000
Data: e000
Disconnect

Dependencies

~745KB
~14K SLoC