01 Overview
Advertise hostname and service.
- Use when: local web UI, lab debug.
- Skip when: discovery across the public internet.
Join Wi-Fi
Find the device on the LAN without memorising its IP.
Official path: examples/protocols/mdns
Advertise hostname and service.
1. Start mDNS after join.
2. Set hostname and service type.
3. Usually paired with the HTTP server.
中文
连上 Wi-Fi
不用记 IP,电脑和手机在局域网里找到设备。
官方路径: examples/protocols/mdns
广播主机名和服务。
1. 联网后启动 mDNS。
2. 设 hostname 和服务类型。
3. 与 HTTP Server 搭配最常见。