forked from pageauc/speed-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebserver.txt
More file actions
34 lines (27 loc) · 1.06 KB
/
webserver.txt
File metadata and controls
34 lines (27 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
webserver.py
written by Claude Pageau
This is a stand alone web server.
Please Note
You will need at least one entry in a folder
before the web server will display content.
IMPORTANT: Use browser refresh to update files list
then select a list hyperlink.
Default config.py webserver settings are
web_page_refresh_on = True
web_page_refresh_sec = "900"
web_page_blank = False
If a folder is selected on the right pane listing
the folder contents will appear in existing browser tab.
Select the <BACK link on Right panel listing to
navigate back to previous folder. <BACK will not
be displayed when in web server root folder.
Use browser refresh button to update web page and
display most recent data.
This web server can display other types of content.
Web pages with javascript, css Etc will run.
If a folder has an index.html it will take over
the browser tab.
This browser can only access local raspberry pi
files. It cannot access internet web pages.
see pi-timolo github wiki for more details
https://github.com/pageauc/speed-camera/wiki