GitXplorerGitXplorer
t

mqtt-inspector

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
040c7d35443f232fc635bf90b575236666231fdc

remove unused dependencies

ttanganke committed 3 years ago
Unverified
0f6269fef17a5af8aec76b35e14df4b56f954adf

upload sources.

ttanganke committed 3 years ago
Verified
80f5f894d8c5e478961ed17dee981a5fd6509257

Update README.md

ttanganke committed 3 years ago
Verified
87ef6e00bb102ffef6c7bf8d357b890a224a915b

Initial commit

ttanganke committed 3 years ago

README

The README file for this repository.

mqtt-inspector

simple Linux program inspect mqtt topic.

example usage:

mqtt-inspector --verbose ${ADDRESS} ${TOPIC}

which is equivalent to

mosquitto_sub -h ${ADDRESS} ${TOPIC}