- 1- Build server
- 2- Connect with admin and client to server
- 3- To collect information, send the request to the server through the admin, and then to the client
git clone https://github.com/LetsDefend/Simple-Live-Data-Collection
Server
cd serverpython main.py
Admin
cd adminpython main.py
Client
cd clientpython main.py
Change the "HOST" variable in main.py file
Screenshots