add frame logging and extract entry point to main.py

- msg/frame_logger.py: MsgListener that writes raw byte stream per
  source to timestamped log files (<YYYY_MM_DD_HH_MM_SS_source>.log)
- main.py: entry point extracted from network_backend.py; adds
  --log-dir argument (default ./log) and wires FrameLogger per transceiver
- network_backend.py: now contains only the NetworkBackend class
- .gitignore: exclude log/ directory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-25 11:12:15 +02:00
co-authored by Claude Sonnet 4.6
parent a920802cce
commit c5ec65f2d6
4 changed files with 160 additions and 117 deletions
+1
View File
@@ -1,2 +1,3 @@
.idea/
__pycache__/
log/