Page 1 of 1

How to set the mDNS instance name

Posted: Wed Oct 04, 2023 9:01 am
by huoxingdigua
The default mDNS instance name is the service name with -xx number suffix. How to change it from AT command?

Re: How to set the mDNS instance name

Posted: Sat Oct 07, 2023 11:43 am
by esp-at
instance name is set by mdns_service_add(), and it should be same as the service name. could you please provide more details, such as logs and capture the packets, etc.

Re: How to set the mDNS instance name

Posted: Tue Oct 17, 2023 6:27 am
by huoxingdigua
Thanked your reply.
My question is how to change it by AT command.

Re: How to set the mDNS instance name

Posted: Mon Nov 06, 2023 6:51 am
by esp-at
you could change service name by AT+MDNS command: https://docs.espressif.com/projects/esp ... s-function