-
Notifications
You must be signed in to change notification settings - Fork 173
/
webserver.txt
37 lines (29 loc) · 1.15 KB
/
webserver.txt
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
35
36
37
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_ON = 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.
Optionally Use < Left or Right > Keyboared arrow keys
to scroll through directory list.
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