You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I am trying to do is port this existing code based (https://github.com/martin-ger/esp_slip_router) so that is can be used within the Arduino environment. I am trying to use martin-ger's implementation of a SLIP router in my existing code, my existing code does PPP and I wish to offer SLIP as well.
To be honest I am just learning as I go and this is quite a bit over my head, but if I could get the basics of SLIP working in Arduino that would get me moving in the right direction.
Basic Infos
Platform
Problem Description
I wish to use the SLIP protocol using an ESP8266 and the Arduino IDE, however LWIP for this repository does not have the SLIP code that does come with the standard ESP library found here: https://github.com/espressif/esp-lwip/blob/2.1.2-esp/src/netif/slipif.c
I am asking if you could please add this support so that I can continue development of my project in the Arduino ecosystem.
The text was updated successfully, but these errors were encountered: