Hi,
we are testing to send a stream of upd packages, each package is only 8 bytes weight, but we got about 4 to 5 packages sent per second.
there is any way to improve this rate?
many thanks in advance
Udp sending latency very slow
Re: Udp sending latency very slow
Postby ESP_Faye » Wed May 20, 2015 11:30 am
Hi,
We recommend to use the latest SDK_v1.0.1
Here is a demo of UDP http://bbs.espressif.com/viewtopic.php?f=21&t=440
Sending UDP too fast may cause UDP packet lost,you could try to adjust the timer to get better result.
We recommend to use the latest SDK_v1.0.1
Here is a demo of UDP http://bbs.espressif.com/viewtopic.php?f=21&t=440
Sending UDP too fast may cause UDP packet lost,you could try to adjust the timer to get better result.
Code: Select all
os_timer_arm(&test_timer, 1000, 0);
Re: Udp sending latency very slow
Postby diediaga » Wed May 20, 2015 4:48 pm
thanks for the info and for your fast reply
just a short question. We want to module to work us a Access Point and send about 15 udp packages per second to a single connected client, each package with 8 or 10 bytes weight. Do you think the module could support it?.
we are not using the sdk we are configuring-connecting the module with arduino sending AT commands.
thanks in advance
just a short question. We want to module to work us a Access Point and send about 15 udp packages per second to a single connected client, each package with 8 or 10 bytes weight. Do you think the module could support it?.
we are not using the sdk we are configuring-connecting the module with arduino sending AT commands.
thanks in advance
Who is online
Users browsing this forum: No registered users and 26 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.