Receiving UDP packets
Posted: Sun Oct 26, 2014 2:42 pm
Hi, I did write this once but I can not see it on the list. It might turn up twice, sorry.
Anyway, I am trying to set up a UDP connection to send and receive packets. I used the following :
AT+CIPSTART=1,"UDP","192.168.0.255","2000"
From my pc I used wireshark to monitor network traffic. I could send data out of the esp8266 using AT+CIPSEND
But when I send packets out from the PC I do not receive anything from the esp8266. Is there some special magic?
I have seen TCP exampples but nothing for UDP. Anyone got any suggestions/help?
Thanks
Trev
Anyway, I am trying to set up a UDP connection to send and receive packets. I used the following :
AT+CIPSTART=1,"UDP","192.168.0.255","2000"
From my pc I used wireshark to monitor network traffic. I could send data out of the esp8266 using AT+CIPSEND
But when I send packets out from the PC I do not receive anything from the esp8266. Is there some special magic?
I have seen TCP exampples but nothing for UDP. Anyone got any suggestions/help?
Thanks
Trev