Code: Select all
udp_join_multigrup failed!
I validate that the station is connected and has a validate IP before issuing the mdns setup.
Postby DavidDPD » Thu Aug 06, 2015 10:59 am
Code: Select all
udp_join_multigrup failed!
Postby ESP_Faye » Fri Aug 07, 2015 7:25 pm
Postby DavidDPD » Mon Aug 10, 2015 1:30 pm
Espressif_Faye wrote:Hi,
Could you provide the captured packets for debugging ?
Could you provide your test code, we will have a try.
Thanks for your interest in Espressif Systems and ESP8266 !
Postby ESP_Faye » Tue Aug 11, 2015 2:45 pm
Code: Select all
static void CP_ICACHE_FLASH_ATTR
startup()
{
uint32 t;
uint32_t status;
char buffer[128] = {0};
struct ip_info ipconfig;
... ...
}
Postby DavidDPD » Fri Aug 21, 2015 2:08 pm
Code: Select all
struct mdns_info *info = (struct mdns_info *)os_zalloc(sizeof(struct mdns_info));
info->ipAddr = ipconfig.ip.addr; //ESP8266 station IP
Users browsing this forum: No registered users and 51 guests
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.