Created
June 19, 2018 21:38
-
-
Save robertcedwards/803e640e9c53a35259ceb76f2742db40 to your computer and use it in GitHub Desktop.
Getting MQTT, Wyze, OpenIPCam, and Kerberos Running
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Mosquitto, a MQTT Broker(server) | |
brew install mosquitto | |
Subscribe to the Kereberos MQTT Topic set in configuration as an output | |
mosquitto_sub -t kios/mqtt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment