diff --git a/utils/README.txt b/utils/README.txt index 4841b34..fc8949a 100644 --- a/utils/README.txt +++ b/utils/README.txt @@ -6,9 +6,10 @@ Please note that your number of trials times your number of dots per trial must console.py This communicates with the server and updates the participant ID for a given input device. I recommend running an instance of this for each input device during data collection. +Note: Setting the participant ID to 9999. Will run only the first trial and not record data samples. The purpose of this is a practice trial. server.py This requires the python package flask (pip3 install flask). This serves up the trial files generated by trialGen.py and is used by console.py to update the participant ID. Simply run with python3 and it will begin running a server on port 5000 -Note: The devices running both the software and the console.py script need to have a network connection to wherever this server is running. \ No newline at end of file +Note: The devices running both the software and the console.py script need to have a network connection to wherever this server is running.