I have a project on an ESP32 that runs on wi-fi, I need to add a modem e.g. SIM800L.
I have searched the internets and can't find a library/tutorial anywhere on the subject of implementing the ppp interface.
I can't use the built-in mechanism based on AT commands because my communication protocol is quite customised
and not based on http/https.
Hence the question: has anyone managed to do this, or seen a similar solution somewhere on the internet.
It looks like the modem supports such a communication mode, as it works for example on Raspberry Pi and other Linuxes.
Greetings
I have searched the internets and can't find a library/tutorial anywhere on the subject of implementing the ppp interface.
I can't use the built-in mechanism based on AT commands because my communication protocol is quite customised
and not based on http/https.
Hence the question: has anyone managed to do this, or seen a similar solution somewhere on the internet.
It looks like the modem supports such a communication mode, as it works for example on Raspberry Pi and other Linuxes.
Greetings