jeremypoulter/ArduinoMongoose

Cellular modem support

Opened this issue · 3 comments

Jerar commented

Hi, I was looking for cellular connectivity in addition to Wifi and ETH, smt. like TinyGSM can support quite a lot of modems. Any suggestions where to start?

This library just sits on top of the IP stack, the actual transport should be independent. So just start the GSM modem as indicated in the examples and mongoose can be started up after connected

Jerar commented

Thank you for the input, needed a second opinion :)

Doesn't this adaptation of Mongoose use Berkeley sockets (as for example provided by lwip under ESP-IDF) as "the IP stack"? In that case TinyGSM will not work, not even close, as it provides only the Arduino client interface, and a fairly limited version of that.

(But probably I misunderstand something here?)