A gRPC server which handles side function for elk-os and sushi, like file transfer and specific os setups.
Current functions:
- Load/Save/Delete/Rename Sessions
- Load/Save/Delete/Rename NAM, IR, etc
- Wifi setup
- Midi setup
# optional
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 -m server.main
In order to run rtmidi on MacOS, you need to run Python <= v3.11.
brew install python@3.11
python3.11 -m venv venv311
source venv311/bin/activate
pip install -r requirements.txt
python3 -m server.main