Initialized MiniProfiler project

- Contains the host code with a protocol implementation, data analyser and web-based visualiser
This commit is contained in:
Atharva Sawant
2025-11-27 20:34:41 +05:30
commit 852957a7de
20 changed files with 3845 additions and 0 deletions

7
host/requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
Flask>=3.0.0
Flask-SocketIO>=5.3.0
pyserial>=3.5
pyelftools>=0.29
crc>=6.1.1
python-socketio>=5.10.0
eventlet>=0.33.3