This repository is used for relaying live streaming data from respondent mobile app of the MindLogger application to Lab Streaming Layer (LSL) tool.
- MindLogger Admin - GitHub Repo
- MindLogger Backend - GitHub Repo
- MindLogger Mobile App - GitHub Repo
- MindLogger Web App - GitHub Repo
- MindLogger Live Streaming Layer - This Repo
Running the script:
- Python
2.7or higher
- Install Python dependencies using
pip install pylslorpip3 install pylsl
- pylsl - Pylsl is the Python interface to the Lab Streaming Layer (LSL).
-
python MindLogger-LSL-Relay.pyRuns the updated relay script.
-
python LSL-Relay-backup.pyRuns the legacy relay script(supports only
drawingitems data processing).
Environment variables can be updated in the script code
| Key | Required | Default value | Description |
|---|---|---|---|
DEFAULT_HOST |
no | "" | Host address that will be used to send events from mobile application |
DEFAULT_PORT |
no | 5555 |
Host port that will be used to send events from mobile application |