A server to receive and send hapticsys signals
- Python 3.11
- Flask
- Linux
- Python Virtual Env (venv)
- Pip
- Set Virtual Enviroment
mkdir env
cd env
sudo python3.11 -m venv env
source env/bin/activate
sudo pip install -r requirements.txt
- Run server
flask run
- Stop server and deactivate the virtual enviroment
# Stop flask process with [crtl+c]
deactivate
- The system hasn't been tested on Windows or WSL