Smittix
bf4346b4ff
docs: Add Remote Agents documentation and updated screenshots
...
- Update dashboard screenshot to v2.10.0
- Add Remote Agents screenshot to docs gallery
- Add Remote Agents feature card to GitHub Pages
- Add navigation links to DISTRIBUTED_AGENTS.md
- Add Remote Agents section to FEATURES.md and USAGE.md
- Link distributed agents docs from main README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 22:32:28 +00:00
James Ward
141b34391d
Document ADS-B history setup and reporting
2026-01-25 13:12:09 +00:00
Smittix
b0982249c3
Add device debug endpoint and fix RTL-SDR detection issues
...
- Add /devices/debug endpoint for detailed SDR detection diagnostics
- Add kernel driver blacklisting to setup.sh for Debian/Ubuntu
- Blacklists dvb_usb_rtl28xxu, rtl2832, rtl2830, r820t modules
- Update docs to use correct venv command: sudo -E venv/bin/python
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-11 22:14:36 +00:00
Smittix
351e478dd8
Remove Iridium (demo-only) and add version display
...
- Remove Iridium satellite decoding feature (was placeholder/demo only)
- Delete routes/iridium.py
- Remove Iridium UI elements from index.html
- Remove Iridium CSS styles
- Remove Iridium dependencies and logger
- Clean up SDR docstrings mentioning Iridium
- Add version number display (fixes #31 )
- Add VERSION constant to config.py
- Add --version / -V CLI flag to intercept.py
- Display version badge in web UI header
2026-01-05 08:17:08 +00:00
Smittix
3098a61487
Fix WiFi monitor parsing, improve setup, reorganize docs
...
- Fix monitor interface regex parsing (Issues #27 , #28 )
- Add Python 3.9+ version check at startup
- Fix setup.sh to handle PEP 668 and auto-create venv
- Reorganize README: move detailed content to docs/ folder
- Add docs/FEATURES.md, USAGE.md, TROUBLESHOOTING.md, HARDWARE.md
2026-01-04 14:06:55 +00:00