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/activatepip install -r requirements.txtpython3 -m server.mainIn order to run rtmidi on MacOS, you need to run Python <= v3.11.
brew install [email protected]
python3.11 -m venv venv311
source venv311/bin/activatepip install -r requirements.txtpython3 -m server.main