raspberry-web 0.1.3

Web server for controlling GPIO pins on the Raspberry Pi
Documentation
1
2
3
4
5
6
7
8
9
10
11
[webserver]
hostname = "0.0.0.0"
port = 2323

[database]
database_url = "raspberry-web-db/raspberry-web.sqlite"

[gpioconfig]
gpios_in_use = [1, 2]
gpios_mode_output = [1, 2]
gpios_level_low = [1, 2]