SLIP or PPP possibility
Posted: Wed Oct 15, 2014 5:09 am
I would use ESP8266 in my project based on ARM MCU. I also have my own TCP/IP stack for Ethernet, USB and RS232 hardware. So the preferred way to use ESP for me is using low level protocol as PPP (like in GPRS modems) or SLIP(preferrable). As I undestand, the current frimware has no SLIP or PPP implementation out of the box and current SDK has no API to create such implementation by my own. In theory the SLIP implementation is the simple quest on this hardware, but may be some licence or other limitation exists. So, the final question is the next. Is it possible for me to write my own SLIP implementation into ESP8266? If yes, what steps I need to do to complete this task (except the protocol implementation, of course)?