https://github.com/jonnor/fosdem2017-iot-msgflo
https://github.com/jonnor/fosdem2017-iot-msgflo
iot msgflo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonnor/fosdem2017-iot-msgflo
- Owner: jonnor
- Created: 2017-01-30T21:14:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T22:22:44.000Z (over 9 years ago)
- Last Synced: 2025-02-08T15:48:04.292Z (over 1 year ago)
- Topics: iot, msgflo
- Language: Arduino
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MsgFlo demo @ FOSDEM 2017 IoT
* [FOSDEM presentation, incl video](https://fosdem.org/2017/schedule/event/iot_msgflo/).
* [Notes](https://github.com/msgflo/msgflo/tree/master/doc/fosdem2017)
## Installing
Flash ESP8266 devices with Arduino sketches.
./buttons/buttons.ino
./relay/relay.ino
Install Msgflo
npm install
Install msgflo-python (optional)
pip2 install -r requirements.txt
## Running
export MSGFLO_BROKER=mqtt://localhost # or whatever the MQTT broker
For msgflo-python
export PATH=$PATH:$HOME/.local/bin/
export PYTHONPATH=/home/jon/.local/lib/python2.7/site-packages/