Main /
DeviceDiscovery accessorThe DeviceDiscovery accessor discovers IP addresses, plus names and MAC addresses when possible, of devices available on the local area network. Currently, it uses a combination of the ping and arp commands to do so. Other service discovery mechanisms are possible for future extensions. Implementations for Node.js and for Ptolemy are available.
The ping scan should discover all IP-connected devices regardless of which service discovery protocol (if any) they implement (e.g. upnp, bonjour, ...) For example, Hue bridges should be detected. Further discovery mechanisms will be needed for non-IP devices. Issues
See Also
|