Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT Recorder #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

MQTT Recorder #13

wants to merge 2 commits into from

Conversation

oh6hay
Copy link
Contributor

@oh6hay oh6hay commented Oct 29, 2017

Refer to http://www.steves-internet-guide.com/into-mqtt-python-client/ as an example on how to set up the paho mqtt client. On the MQTT broker (mosquitto works fine), verify the MQTT Recorder works by running, for example: mosquitto_sub -h 127.0.0.1 -p 1883 -u sensor -P sensor -t 'sensor/sensor1'

(The config.json contains a sample config for my test mqtt server)

Refer to http://www.steves-internet-guide.com/into-mqtt-python-client/ as an example on how to set up an MQTT broker. On the MQTT broker, verify the MQTT Recorder by running, for example: mosquitto_sub -h 127.0.0.1 -p 1883 -u sensor -P sensor -t 'sensor/sensor1'
@oh6hay
Copy link
Contributor Author

oh6hay commented Oct 29, 2017

Happy hacktoberfest! :) :) :)

I was browsing github issues to make my four PRs for Hacktoberfest and found yours by some keywords of interest (python + mqtt) and thought I'll give you a helping hand :)

@oh6hay oh6hay mentioned this pull request Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant