Simple FosCam UI that uses pyFosControl
# Linux global install (recommend using virtualenv)
sudo pip install -r requirements.txt
Create a config.py file in fosadmin
Sample config.py
username = 'admin'
password = ''
host = '192.168.1.246'
port = 88
protocol = 'http'
Browse to http://127.0.0.1:5000
Default port is 5000
VLC plugin required for live stream. I couldn't get Chrome to work, just used Firefox.
Bunch o' stuff
