The server side of the wireless doorbell project (raspberry running a tcp node server)
See also http://github.com/Rubinat/doorbell for documentation.
(values retrieved by following these steps)
sudo nano /etc/network/interfaces
......
iface eth0 inet static
address 217.149.135.9
netmask 255.255.255.192
network 217.149.135.0
gateway 217.149.135.62
broadcast 217.149.135.63
.......
sudo reboot
You also need to set a DNS server if you want to be able to access online repositories.
sudo nano /etc/resolv.conf
....
nameserver 8.8.8.8
name server 8.8.4.4
https://github.com/quick2wire/quick2wire-gpio-admin
Move the bell.sh
from the repo to /etc/init.d/bell
. Then run sudo update-rc.d bell defaults
(as described here)