ESP32: WebSerial with mDNS resolution

preview_player
Показать описание
How to use WebSerial with mDNS to perform the resolution of the IP address of the ESP32. With this solution, we no longer need to know the IP address of the ESP32 before hand.

Suggested ESP32 readings:

Рекомендации по теме
Комментарии
Автор

In linux enabling multicastDNS by editing /etc/systemd/resolved.conf and editing the file so that MulticastDNS=yes, I have not used mDNS up to now but I feel like I am missing something.

noweare