mqtt-visualizer

Crates.iomqtt-visualizer
lib.rsmqtt-visualizer
version0.2.0
sourcesrc
created_at2021-06-04 20:49:04.432101+00
updated_at2021-07-14 21:42:19.752632+00
descriptionA visualizer for MQTT packets
homepage
repositoryhttps://github.com/JarredAllen/mqtt-visualizer
max_upload_size
id406255
size10,182
Jarred Allen (JarredAllen)

documentation

https://docs.rs/mqtt-visualizer

README

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
Commit count: 11

cargo fmt