Skip to content

feat(scanner): enrich device identification and vendor lookup - #68

Merged
usamaiqb merged 1 commit into
mainfrom
feat/device-info-improvements
Aug 17, 2026
Merged

feat(scanner): enrich device identification and vendor lookup#68
usamaiqb merged 1 commit into
mainfrom
feat/device-info-improvements

Conversation

@usamaiqb

Copy link
Copy Markdown
Owner

Bundle the full IEEE OUI database and resolve vendors from it, fall back to the AP BSSID for the router MAC (ignoring Android's redacted value), populate vendor from SSDP manufacturer, add ARP-only devices that don't answer ping, and resolve hostnames via the gateway's own DNS server.

Closes #56

Checklist

Bundle the full IEEE OUI database and resolve vendors from it, fall back to the AP BSSID for the router MAC (ignoring Android's redacted value), populate vendor from SSDP manufacturer, add ARP-only devices that don't answer ping, and resolve hostnames via the gateway's own DNS server.
@usamaiqb usamaiqb self-assigned this Aug 16, 2026
@usamaiqb

Copy link
Copy Markdown
Owner Author

hey @frkazid
made some improvements for retrieving device hostname and vendor info
can you please test this and see if this implements the solution you suggested.
you can build debug apk from the commit, if you can't let me know i can upload the debug apk as well.

@frkazid

frkazid commented Aug 16, 2026

Copy link
Copy Markdown

hey @frkazid made some improvements for retrieving device hostname and vendor info can you please test this and see if this implements the solution you suggested. you can build debug apk from the commit, if you can't let me know i can upload the debug apk as well.

hi @usamaiqb,

it would be nice if you could upload the debug.apk :-)

@usamaiqb

Copy link
Copy Markdown
Owner Author

here @frkazid

app-debug.zip

@frkazid

frkazid commented Aug 16, 2026

Copy link
Copy Markdown

@usamaiqb
Tested the new version — everything looks good!

Screenshot_20260816-163918

@usamaiqb

Copy link
Copy Markdown
Owner Author

@frkazid
thanks a lot for taking out the time to test this

@usamaiqb
usamaiqb merged commit 8e12306 into main Aug 17, 2026
3 checks passed
@usamaiqb
usamaiqb deleted the feat/device-info-improvements branch August 17, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Retrieve device information with nslookup or dig

2 participants