Skip to content

oskarhagberg/MosquittoHunting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mosquitto Hunting

http://www.youtube.com/watch?v=AKlkD-D20OI

or a suit of python scripts for testing and monitoring mosquitto, an MQTT message broker.

Getting Started

First install Homebrew Python that comes with pip: (Will take a few minutes. Grab a coffee.)

brew install python

Then install mosquitto if its not already done:

brew install mosquitto

Finally install the python mosquitto wrapper:

sudo pip install mosquitto

Confirm installation with:

pydoc mosquitto

Optionally, install jsonschema

sudo pip install jsonschema

About

A suit of python scripts for testing and monitoring mosquitto MQTT message broker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages