-
Install required packages
pip install -r requirements.txt
-
Setup and run Senz server
-
Run receiver device
cd device_2 python3 receiver.py -
Run sender device
cd device_1 python3 sender.py -
In order to run tests first install the pytest package
pip install pytestand then in terminal run
pytest