2026-05-27 14:09:02 -04:00
|
|
|
# OOTT ToDo list
|
|
|
|
|
|
|
|
|
|
- [x] Add linting to CLAUDE.md for both Rust and Dart
|
|
|
|
|
|
|
|
|
|
## Backend
|
|
|
|
|
|
2026-06-01 19:00:56 -04:00
|
|
|
- [x] Add configuration options to enable/disable each scanner
|
2026-06-01 08:40:32 -04:00
|
|
|
- [ ] Implement the pushover API call directly to support HTML content and review notification text to use it
|
2026-05-27 14:09:02 -04:00
|
|
|
|
|
|
|
|
## Frontend
|
|
|
|
|
|
2026-06-01 08:40:32 -04:00
|
|
|
- [ ] Can we add front-end tests?
|
2026-05-28 11:35:49 -04:00
|
|
|
|
|
|
|
|
## Improve engine
|
|
|
|
|
|
|
|
|
|
Passive (low noise, no probing):
|
|
|
|
|
- Passive packet capture — observe any broadcast/multicast traffic; a device that never responds to ARP still generates traffic
|
|
|
|
|
|
|
|
|
|
Active (you probe the network):
|
|
|
|
|
- NDP (Neighbor Discovery Protocol) — IPv6 equivalent of ARP; important if the network uses IPv6
|
|
|
|
|
|
|
|
|
|
Via infrastructure:
|
|
|
|
|
- SNMP query to router/switch — pull the router's ARP table or switch MAC table directly; no need to scan at all
|