Defines | |
| #define | HTTP_PORT 80 |
| TCP port number to listen to. | |
| #define | LOW_MEM_MARK 4096 |
| Delay responses if available memory falls below. | |
| #define | NUM_HTTP_THREADS 6 |
| Total number of concurrent HTTP server threads. | |
| #define | HTTP_THREAD_STACK 640 |
| Stack size given to each HTTP server thread. | |
| #define | PORT_CONTROL_CGI "ccports.cgi" |
| Name of the CGI to control CPU ports. | |
| #define | PORT_STATUS_CGI "csports.cgi" |
| Name of the CGI to display CPU ports. | |
| #define | RELAY_CONTROL_CGI "relay.cgi" |
| Name of the CGI to control SPI relay boards. | |
| #define | OPTO_STATUS_CGI "opto.cgi" |
| Name of the CGI to control SPI input boards. | |
Constants and function prototypes.