anki_vector.mdns

This contains the VectorMdns class for discovering Vector (without already knowing the IP address) on a LAN (Local Area Network) over mDNS.

mDNS (multicast DNS) is a protocol for sending UDP packets containing a DNS query to all devices on your Local Area Network. If a device knows how to answer the DNS query, it will respond by multicasting a UDP packet containing the relevant DNS records.

Classes

VectorMdns()

VectorMdns provides a static method for discovering a Vector on the same LAN as the SDK program and retrieving its IP address.