You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add name resolution for known-UAP addresses
Run hcitool name against any address with a known UAP: survey
"ready to use" hits and whatever the sweep confirms live via
l2ping. Add --save to append timestamped results (address, name,
source) to a TSV log file, --no-resolve-names to disable
resolution, and --name-timeout to bound each hcitool call.
New modules: resolve.py (hcitool wrapper), log.py (append-only
file writer). Sudo/tool presence checks moved earlier since the
survey step now needs hcitool too.
Tests added for the new args and resolve/log modules. README
updated with usage and flag docs.