Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 503 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 503 Bytes

Sample Client : Transfer Image (python)

Instructions

  1. Install required packages

    pip install -r requirements.txt
  2. Setup and run Senz server

  3. Run receiver device

    cd device_2
    python3 receiver.py
  4. Run sender device

    cd device_1
    python3 sender.py
  5. In order to run tests first install the pytest package pip install pytest

    and then in terminal run

    pytest