KPB-US / dispatch-display

Display 911 dispatch call details, timer, and map in a station, cycling through active calls.
MIT License
0 stars 1 forks source link

pi problem page #6

Closed mfrederickson closed 6 years ago

mfrederickson commented 6 years ago

if there is a problem with the network, the pi should show the ip address, otherwise it should forward on to the actual site

mfrederickson commented 6 years ago

Worked from local file resource initially launching chromium, but unable to redirect to the file from the actual index page when connectivity is lost. So had to use python's SimpleHTTPServer to serve the pi/online_check.html page so it could be reached/served.