Hi !
i am doing an artnet node,
it receives several udp broadcast packets, it works fine, but:
some of them must be used and some of them must be discarded,
mi problem is: all the incoming packets appear at the serial port with +IPD command,
and i need to discard the packet not needed before the esp finish to send it by the serial port to take the next packet,
if not, i must read all the incoming packets, the needed and the not needed sequentially,
and the baudrate is insufficient and the overhead for the host processor is big,
can i stop the transfer of an incoming udp packet from the esp trough the serial port before it ends to parse the next one?
thank you in advance,
Luis
how to discard udp packet
Re: how to discard udp packet
Postby pratik » Sun May 14, 2017 8:01 pm
Sorry, there is no way to stop the UART output of a packet in between and skip to next IPD tag.
This is not a feature of the standard AT command set supported by us.
You may define custom AT commands to get this done though. An ESP8266 developer can create custom AT commands for you that allow you to cancel an IPD tag in the middle of transmission.
This is not a feature of the standard AT command set supported by us.
You may define custom AT commands to get this done though. An ESP8266 developer can create custom AT commands for you that allow you to cancel an IPD tag in the middle of transmission.
-
- Posts: 5
- Joined: Mon Jun 19, 2017 10:28 am
how to discard udp packet
Postby Dashaduamp » Wed Jun 21, 2017 1:09 pm
Hello All,
In application
udp port listening with 3330
i am sending udp request from port 0.0.0.0:3330 to 0.0.0.0:3330 that is same port in the same machine ...
application works fine with udp sending and receiving also fine . ..
for clarification .... is there any conflicts in the communication ?
Thanks
-Viswa
In application
udp port listening with 3330
i am sending udp request from port 0.0.0.0:3330 to 0.0.0.0:3330 that is same port in the same machine ...
application works fine with udp sending and receiving also fine . ..
for clarification .... is there any conflicts in the communication ?
Thanks
-Viswa
Who is online
Users browsing this forum: No registered users and 4 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
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.