Finding devices on your Wi-Fi from an Android phone

Short answer. Start with the private subnet of the Wi-Fi network the phone has actually joined, then combine several kinds of local evidence. A TCP port, mDNS name, SSDP description, WSD reply, NetBIOS name, or MAC vendor can each be useful, but no single signal identifies every device. And no reply never proves that no device exists.

Dotori WiFi Scanner app icon

Dotori WiFi ScannerShows local results as IP address, device kind, and the evidence behind that classification. Results stay on the phone unless you copy them.

Get it on Google Play

This is the situation after joining an unfamiliar workshop, office, or home Wi-Fi: you know the phone's address and perhaps the gateway, but not which addresses belong to the printer, access point, NAS, TV, camera, computer, or controller you came to service.

Begin with the network the phone is using

The phone's IPv4 address and prefix define the first candidate range. A common 192.168.0.0/24 network has 254 usable host addresses, but the prefix should come from the active network rather than from a hard-coded assumption. If the Android default network changes, results from the old range should be cleared instead of mixed into the new one.

Use several discovery signals in parallel

SignalWhat it can revealWhy it is not enough alone
TCP connectReachable services such as web, SSH, printing, SMB, or industrial portsAn open port is a protocol candidate, not a verified model
mDNS / DNS-SDPrinters, Cast devices, mobile services, and advertised namesMany devices advertise nothing or expose only a user-assigned name
SSDP / UPnPTVs, media devices, model descriptions, and service typesReplies vary by device state and network filtering
WSDWindows-style printer and device discoveryIt covers a family of devices rather than the whole subnet
NetBIOS / hostnameNames associated with computers and older network servicesNames may be absent, stale, or generic
MAC OUILikely manufacturerA vendor name does not prove device type

Classification becomes useful when these signals reinforce one another. A printer service plus a printer discovery reply is stronger than a vendor name. SMB plus a UPnP model containing NAS evidence is stronger than port 445 alone. Weak evidence should remain visible as a candidate instead of being promoted to certainty.

Choose scan depth without pretending it is free

A quick scan favors short waits. A balanced scan waits longer for devices that answer slowly. An accurate scan can also inspect safe HTTP metadata for manufacturer or model clues. Longer waits and more protocol work can improve classification, but they cannot cross a VLAN or make a device answer traffic it is configured to ignore.

Why “not found” does not mean “not there”

For industrial devices, finding a likely port is a sensible stopping point. A model-specific identity request should be a user-approved, read-only unicast to one selected candidate—not a write command broadcast across equipment. Scan only networks and devices you own or are authorized to manage.

Range, results, device detail, and settings screens

Wi-Fi scan range and gateway
The gateway, range, and this phone's address come from the connected Wi-Fi, and the scan reports how many hosts answered.
Discovered devices with type and evidence
Every answering host is listed with a device type and the evidence behind it, candidates included.
Device detail with open ports and an SSH action
Open ports and evidence stay beside the address, and an SSH host can be handed to Dotori SSH Terminal.
SSH session opened from the scan result
The handoff lands in a real shell on the discovered host, with credentials entered in the SSH app rather than carried in the link.
Router detail with a web UI action
A device that serves a web UI can be opened in the phone browser from the same detail sheet.
Device web interface opened in the phone browser
The web action opens the device's own page, so administration stays in the device interface instead of the scanner.
Wi-Fi scanner settings
Theme, language, text size, and scan depth remain explicit settings.
Dotori WiFi Scanner startup screen
The app opens on a short branded startup screen before the scan view.

Dotori WiFi Scanner combines local discovery signals and keeps the evidence beside each IP instead of turning one weak clue into a confident label. More about Dotori WiFi Scanner

Get it on Google Play

Related notes