Commit Graph

2 Commits

Author SHA1 Message Date
Developer
081938afb1 Implement: Remove Flask and Chrome, simplify to headless RFID client with RDM6300
- Remove Flask web server from client device
- Remove Chrome fullscreen UI launch
- Simplify app.py to focus on core functionality only:
  * RFID reader with RDM6300 library
  * Batch logging with event deduplication (75% reduction)
  * WiFi recovery monitoring
  * Connectivity tracking
- Update rfid_module.py with custom Reader class:
  * Extends rdm6300.BaseReader for event handling
  * card_inserted and card_removed event handlers
  * Integration with batch logging system
  * Proper error handling and device detection
- Dashboard and UI now served from Server_Monitorizare only
- Device acts as pure data collector, reducing overhead
2025-12-18 14:23:28 +02:00
Developer
901a01c5b8 Organize project: Move old code and documentation to oldcode folder, add comprehensive README 2025-12-18 13:42:59 +02:00