Difference between revisions of "Door Access"

151 bytes added ,  13:12, 5 December 2012
→‎Inside Door: clarification
(→‎Inside Door: clarification)
Line 31: Line 31:


==Inside Door==
==Inside Door==
The interior door, the westernmost one, will be controlled by a arduino interface that activates a motor that turns a key in the dead bolt. The arduino is activated by a python script doorman.py that runs on raspberry pi. doorman.py is a tornado based webserver .  
Sudoroom has its own tiny hallway with trash cans and a private elevator opening. The hallway is technically outside Sudoroom, and the door separating it should be locked when nobody's around. As the elevator is the primary path for automated entry, this door's lock will be controlled by a tiny Raspberry Pi. Some preliminary info about this box:


INSTRUCTIONS FOR THE DOOR CONTROLLER RASPBERRY PI
{| class="wikitable"
hostname is "tamale"
|-
now has static ip of 192.168.0.222
| hostname || tamale
sshd is now on port 222
|-
sshd is KEY-ONLY. follow your client instructions to use it. You can also get it here:
| local ip || 192.168.0.222
Don't post the URL publically, and tell me when I can delete it!
|-
irc me (yardena) on freenode if any issues :)
| ssh || pi@50.0.146.204:222
|}
 
SSH is KEY-ONLY. Contact Max or Yardena for the key. :)
 
"Tamale" will implement an HTTP/CURL entry system with Max's script doorman.py, a tornado-based webserver written in python. When a visitor accesses a secret URL, Tamale will activate a motor that turns a key in the dead bolt.