Lwip ppp - what would I need to do to use ppp instead of wifi as the IP bearer #1490
Replies: 1 comment 1 reply
-
You'd need to implement an lwip_Ethernet-type wrapper, I believe. Something like was done in https://github.com/esp8266/Arduino/tree/master/libraries/lwIP_PPP (I LWIP would also need to be configured to include PPP and Overall, I'd say not massive, but not trivial. It's really limited to getting LWIP and PPP(is it still PPP if it's over serial?) sending packets around. Once that's done, most of the rest of the WiFi application-style classes should "just work" (but I am sure there are certain gotchas hidden somewhere....). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I haven't any experience with LWIP
I think that it sits under the arduino-pico wifi functionality?
Will it be a massive task to swap WiFi for ppp?
The reason I ask is that I have a fair amount of experience with cellular / ppp and I'm thinking it might be the easiest way to get a few LTE modules IP connected to the RP2040
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions