.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. .TH RDM_TEST_SERVER.PY "1" "October 2015" "rdm_test_server.py " "User Commands" .SH NAME rdm_test_server.py \- A web server for testing RDM responders for adherence to the standards .SH SYNOPSIS .B rdm_test_server.py [\fIoptions\fR] .SH DESCRIPTION Starts the TestServer (A simple Web Server) which run a series of tests on a RDM responder and displays the results in a Web UI. This requires the OLA server to be running, and the RDM device to have been detected. You can confirm this by running ola_rdm_discover \fB\-u\fR UNIVERSE. This will send SET commands to the broadcast UIDs which means the start address, device label etc. will be changed for all devices connected to the responder. Think twice about running this on your production lighting rig. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-p\fR DIR, \fB\-\-pid\-location\fR=\fIDIR\fR The directory to load the PID definitions from. .TP \fB\-d\fR WWW_DIR, \fB\-\-www\-dir\fR=\fIWWW_DIR\fR The root directory to serve static files. .TP \fB\-l\fR LOG_DIRECTORY, \fB\-\-log\-directory\fR=\fILOG_DIRECTORY\fR The directory to store log files. .TP \fB\-\-world\-writeable\fR Make the log directory world writeable.