lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] ESP8266 as WiFi to PPP Bridge


From: Sergio R. Caprile
Subject: Re: [lwip-users] ESP8266 as WiFi to PPP Bridge
Date: Fri, 27 Jan 2017 10:52:02 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

TCP/IP stack in ESP8266 is a heavily modified development branch between 1.4.0 and 1.4.1 stable versions. The non-OS usage of this little beast requires releasing cpu quite frequently for wifi duties, so they require using os_ versions of the standard C library functions. Don't know how friendly the FreeRTOS SDK is, nor if it is stable, last time I checked it was a beta. There is someone in the net who tracked changes and released a modified pre 2.0.0. stack.

Having been digging into some of their example code, I do not recommend this piece of engineering for production use in communications devices. It may work OK for connect/do your work/disconnect stuff in devices with some communications capabilities.

Your mileage will vary.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]