You must have python 3.10 or higher to run this.
To run the server execute make server --host="0.0.0.0" --port=8000
To run the client execute make client --host="localhost" --port=8000
To run the standalone demo make run
To execute the unit test suite: make test