2014-06-05 00:59:13 +04:00
|
|
|
directory_server - centralized endpoint behind restofthings.com
|
|
|
|
frontend - some html code to make use of all of the CORS
|
|
|
|
slave - code that runs on pi
|
|
|
|
|
|
|
|
##Webiopi
|
|
|
|
# Remove auth
|
|
|
|
sudo rm /etc/webiopi/passwd
|
2014-06-13 03:14:50 +04:00
|
|
|
|
|
|
|
|
|
|
|
### Flow
|
|
|
|
* obtain device & plug it into network/power
|
|
|
|
* go to user.restofthings.com to find device listed
|
|
|
|
* Click link to go to dev ui(eg webiopi pinout page)
|
|
|
|
* Assign tags to device
|
|
|
|
* Have home automation software look up device by those tags
|
|
|
|
** Alternative: have some software deployed on one of the devices and do ^
|
|
|
|
* Enjoy
|