Files
oott/TODO.md
T
rzuastiandClaude Opus 4.8 38158a4ffc Give the ARP scanner code defaults and make its config section optional
Add an ArpScanner Default impl (30m/1m/10m, enabled) and mark the
arp_scanner field with serde default, so the [arp_scanner] section can
now be omitted entirely and fall back to code defaults — matching the
pattern used by the SNMP scanner. Previously these three durations were
mandatory and the backend would not start without them.

Reconcile the documentation to the canonical 30m/1m/10m: fix the README
NixOS example (was 15m/20m/30m) and options table (was 15m), and note
that the section is optional in both the README and sample TOML. The
NixOS module and sample TOML already used these values.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-02 08:31:17 -04:00

1.2 KiB

OOTT ToDo list

  • Add linting to CLAUDE.md for both Rust and Dart
  • Review and document the release process
  • Add support for push notifications to the app (iOS and Android)
  • Review the README.md file

Backend

  • 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
  • Add "devices seen on last scan" to the ARP and SNMP scanners status
  • Review the recommended timings for the ARP scanner (change defaults) — SNMP defaults set to 10m/5s

Frontend

  • Can we add front-end tests?
  • Break down oott_api.dart in modules

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/firewall — pull the ARP table directly via SNMPv2c (no local probing); see [snmp_scanner] config
  • Extend the SNMP scanner: SNMPv3 support, and switch MAC/forwarding table (port/VLAN) polling