ESP8266 Developer Zone The Official ESP8266 Forum 2015-11-16T16:47:13+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=1384 2015-11-16T16:47:13+08:00 2015-11-16T16:47:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1384&p=4609#p4609 <![CDATA[Re: DNS-SD via AT command]]>
I tried the sample to find that is what I need. I can add my AT command to the FW while other AT commands still works.

---
AT+GMR
AT version:0.50.0.0(Sep 18 2015 20:55:38)
SDK version:1.4.0
compile time:Nov 16 2015 16:23:26
OK
AT+TEST=1,"abc",3
the first parameter:1
the second parameter:abc
the third parameter:3

OK
---

Thank you very much.

Statistics: Posted by hanyazou — Mon Nov 16, 2015 4:47 pm


]]>
2015-11-16T12:04:54+08:00 2015-11-16T12:04:54+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1384&p=4604#p4604 <![CDATA[Re: DNS-SD via AT command]]>
Yes, source code of the latest AT commands is not open source now.
But you still can add your own new AT commands.

Download ESP8266_NONOS_SDK_V1.4.0_15_09_18
Documentation about AT commands
How to add user-define AT commands ?

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Mon Nov 16, 2015 12:04 pm


]]>
2015-11-15T21:22:26+08:00 2015-11-15T21:22:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1384&p=4595#p4595 <![CDATA[[SOLVED]DNS-SD via AT command]]>
I'd like to use the mDNS function provided by the SDK. Is there any chance to kick the function via AT commands? I thought that I would implement the command by myself. But the source code, https://github.com/espressif/esp8266_at looks out dated (?)

I just want to advertise type "_osc._udp", IP address and port number.

Statistics: Posted by hanyazou — Sun Nov 15, 2015 9:22 pm


]]>