ESP8266 Developer Zone The Official ESP8266 Forum 2015-06-01T10:28:39+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=527 2015-06-01T10:28:39+08:00 2015-06-01T10:28:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=527&p=1986#p1986 <![CDATA[Re: Determining remote IP for received UDP packets]]>
Thanks for your valuable advices !

We will think it over and let you know if there is any update.

Statistics: Posted by ESP_Faye — Mon Jun 01, 2015 10:28 am


]]>
2015-05-30T14:40:21+08:00 2015-05-30T14:40:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=527&p=1964#p1964 <![CDATA[Determining remote IP for received UDP packets]]>
After creating a UDP server socket using AT+CIPSTART (mode 2), we can receive packets via the +IPD message from different IPs. Is there any undocumented AT command that enables the remote IP address and port to be included together during +IPD ? We know that AT+CIPSTATUS can be used to get back the remote IP address and port but if multiple UDP packets from different IPs are received in a short period of time, it seems that we will have an issue getting back the remote IP using AT+CIPSTATUS since all the packets are being identified using the same link id.

It would be much better if the remote IP and port is send together with the +IPD message.(for UDP and TCP packets).

Regards,
Hew

Statistics: Posted by hhc — Sat May 30, 2015 2:40 pm


]]>