add leaf-python-mqtt

This commit is contained in:
Sebastian Raff
2017-03-24 22:34:50 +01:00
committed by GitHub
parent 26182f7f62
commit a30b3e55dd

View File

@@ -29,6 +29,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
- [Gadgets](#gadgets)
- [Smart Metering](#smart-metering)
- [Messaging](#messaging)
- [Misc](#misc)
- [Visualization, Dashboards](#visualization-dashboards)
- [Architecture, Convention](#architecture-convention)
@@ -241,6 +242,10 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
* [twitter-to-mqtt](https://github.com/knolleary/twitter-to-mqtt) - A python daemon that uses the Twitter Streaming API to access tweets and republishes them to an MQTT topic.
#### Misc
* [leaf-python-mqtt](https://github.com/glynhudson/leaf-python-mqtt) - Extract data from Nissan Leaf API and post to mqtt.
### Visualization, Dashboards
* [Crouton](http://crouton.mybluemix.net/crouton/gettingStarted) - A dashboard that taps into your IOT network, using only MQTT and JSON.