[SOLVED]DNS-SD via AT command

hanyazou
Posts: 2
Joined: Sun Nov 15, 2015 9:00 pm

[SOLVED]DNS-SD via AT command

Postby hanyazou » Sun Nov 15, 2015 9:22 pm

Hi there,

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.

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: DNS-SD via AT command

Postby ESP_Faye » Mon Nov 16, 2015 12:04 pm

Hi,

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 !

hanyazou
Posts: 2
Joined: Sun Nov 15, 2015 9:00 pm

Re: DNS-SD via AT command

Postby hanyazou » Mon Nov 16, 2015 4:47 pm

Wow, it sounds nice!

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.

Who is online

Users browsing this forum: No registered users and 2 guests