mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Add SSDP/UPnP scanner
Introduce a new SSDP/UPnP network scanner alongside the existing ARP and mDNS scanners: - New scanner module under scanners/ssdp (finder, scanner, status) - Wire the scanner into the main scan loop - Add Ssdp variant to DeviceEventScanner - Add SsdpScanner settings with a configurable probe timeout - Expose /api/ssdp_scanner/status and wire it into OpenAPI generation - Add a lint.sh helper and point CLAUDE.md at it Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
bf2f18b075
commit
936e9ffe79
@@ -23,7 +23,7 @@ For Flutter/Dart code:
|
||||
- `cd backend && ./run.sh` from the `backend/` folder - Run the backend
|
||||
- `cd frontend && ./run.sh` from the `frontend/` folder - Run the front-end for the web
|
||||
- `cd backend && ./run_tests.sh` - Run the backend tests
|
||||
- `cargo clippy` - Run the clippy linter for Rust code
|
||||
- `cd backend && ./lint.sh` - Run the clippy linter for Rust code
|
||||
- `dart analyze` - Run the Dart linter
|
||||
- `cd backend/data && ./update_mac_vendors --llm` - Update the MAC vendors list from the web and re-calculate the vedors -> device type list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user