- Create a Virtual Environment:
python -m venv venv venv\Scripts\activate # for powershell - Install the Required Libraries:
pip install -r requirements.txt - Setup the database:
path to your python venv exe db/db.py - Run the server & client:
get your ipv4 address from your terminal using
ipconfigthen run these commandspython3 src/server.pypython3 src/client.py - plot the results:
python3 src/plot.py
ninetynin/expstream
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|