Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] MQTT - Connected Home Simulator

I've written a little project that demonstrates how REST and MQTT could be used within the context of a Connected Home, though really the data can easily represent anything. 

The backend of the project is a Python / Bottle webserver using mosquitto. The web page is pretty well self-contained and is using jQuery & Paho _javascript_. It was all fairly painless to get going, once I figured out what ports to be using. 

I'll be open sourcing this in the next couple of days. The how-to-us-it doc is here (http://imadeit.davidjanes.com/post/70298680119/connected-home-simulator-with-mqtt-and-rest) and in general here (http://imadeit.davidjanes.com/tagged/playground+home).

Regards, etc...
David

Back to the top