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.
 
 
andrew.vanderbye a8d51f2233 Updated README and added requirements.txt 9 months ago
README.md Updated README and added requirements.txt 9 months ago
client.py Initial Commit 9 months ago
osc-2-bat.py Updated code to v0.1.0 9 months ago
requirements.txt Updated README and added requirements.txt 9 months ago
server.py Updated code to v0.1.0 9 months ago
snippet.py Updated code to v0.1.0 9 months ago
test.bat Initial Commit 9 months ago

README.md

OSC-2-BAT

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