The sources for LwIP and mbedTLS have always been open and public. You may try to modify the code yourself if you can and share the resultant code if it works. It is really difficult to debug issues on our end because often the connection/disconnection callbacks depend on the routers and when the event happened.
You are responsible for disconnectng all existing connections when WiFi goes out. The LwIP stack can be made to do that, but this is best done in application code itself. Application code can malfunction if the connections just disappeared inside of LwIP in the background.
(RTOS_SDK) mbedtls_ssl_write low memory issue
-
- Posts: 9
- Joined: Sat May 20, 2017 9:46 am
Re: (RTOS_SDK) mbedtls_ssl_write low memory issue
Postby davydnorris » Tue Aug 29, 2017 8:04 am
Hi @pratik,
Yes the LwIP and mbedTLS sources are public however the ESP link layer code (the /app directory) was never available, and this is what they have now included in their source releases. It was also an issue because it was never clear exactly what version of the open libraries they were using or whether they had made any code changes to the open parts of the source. This is a huge step forward.
I just saw they have now also released sources to the espconn library in the RTOS SDK. This is fantastic news.
Yes the LwIP and mbedTLS sources are public however the ESP link layer code (the /app directory) was never available, and this is what they have now included in their source releases. It was also an issue because it was never clear exactly what version of the open libraries they were using or whether they had made any code changes to the open parts of the source. This is a huge step forward.
I just saw they have now also released sources to the espconn library in the RTOS SDK. This is fantastic news.
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.