cmenscher / blinkbrew

This is a Python script for the ThingM blink(1) device (http://blink1.thingm.com/). The script will connect to a Spacebrew server (http://spacebrew.cc) in order to subscribe to published Spacebrew events and trigger the blink(1) to, uh, blink.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blinkbrew

This is a Python script for the ThingM blink(1) device (http://blink1.thingm.com/). The script will connect to a Spacebrew server (http://spacebrew.cc) in order to subscribe to published Spacebrew events and trigger the blink(1) to, uh, blink.

Use the settings.py file to configure the script to connect to the Spacebrew server of choice, and to declare what events to which the script can subscribe.

Be sure you have the Python "websocket-client" (https://github.com/liris/websocket-client) library installed. You can do this either via "python setup.py install" or "pip install websocket-client".

About

This is a Python script for the ThingM blink(1) device (http://blink1.thingm.com/). The script will connect to a Spacebrew server (http://spacebrew.cc) in order to subscribe to published Spacebrew events and trigger the blink(1) to, uh, blink.


Languages

Language:Python 100.0%