Quick Python Script that runs a python-osc server and runs arbitrary batch scripts based on endpoints
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
osc-to-script/README.md

12 lines
568 B

# OSC-2-BAT
9 months ago
## GETTING STARTED
- Clone Git Repository
- Create Python Virtual Environment in Folder
- Install requirements.txt via pip
- Run osc-2-bat.py in virtual environment
## FLAGS
- -i [IP ADDRESS] --ip [IP ADDRESS] IP Address to listen on
- -p [PORT] --port [PORT] Port to listen on
- -s [FOLDER] --scripts [SCRIPTS] Folder containing batch script files
- -l [LEVEL] --log-level [LEVEL] Log Level [CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET]
- -nl --no-logging Disable logging