Module code.cgi-bin

cgi-bin is for fetching data for the webserver hosted on surface pi. It contains a collection of scripts that are accessed and executed by going to /cgi-bin/ in the page hosted on surface pi.

Expand source code
'''
cgi-bin is for fetching data
for the webserver hosted on surface pi.
It contains a collection of scripts that are
accessed and executed by going to /cgi-bin/<name of script>
in the page hosted on surface pi.
'''

import sys
sys.path.append(sys.path[0] + '/cgi-bin')

Sub-modules

code.cgi-bin.getLog

Author: Jonathan Rotter …

code.cgi-bin.getLog2

Author: Jonathan Rotter …

code.cgi-bin.statusDataCollection

Author: Jonathan Rotter …

code.cgi-bin.temperature

Author: Jonathan Rotter …