Files
oott/TODO.md
T

24 lines
757 B
Markdown
Raw Normal View History

2026-05-27 14:09:02 -04:00
# OOTT ToDo list
- [x] Add linting to CLAUDE.md for both Rust and Dart
## Backend
- [x] Add configuration options to enable/disable each scanner
- [ ] 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
- [ ] 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