Multithreaded server class with a Dashboard to access DB of server-client comms.
Django part extended from -> This repo as per collab
- Python 3.9
- Django 4.0.2
Run the Django test server using:
python3 manage.py runserver
Run IoT/Device server core.py using:
python3 core.py
Finally to connect to the server:
python3 client.py
- The Django Dashboard view updates only after a restart
Probably something to do with the database (protected.db) being statically linked rather than dynamically
- The Client communication archive is inaccessible -> Feature not implemented yet