mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-31 22:51:38 +01:00
1.4.0 Features - added config_edrx api function (74b7d85d) - added sqn_gm02s connect function (b97dfc08) - add support for sequans GM02S modem (8560f021) Bug Fixes - Fix cmux log message (6ed672da) - fixed minor code mistakes. (317faf89) - handle nullptr in DTE constructors to prevent invalid access (95b56600)
ESP MODEM
The esp-modem component is a managed component for esp-idf that is used for communication with GSM/LTE modems
that support AT commands and PPP protocol as a network interface.
Examples
Get started with one of the examples:
examples/pppos_client-- simple client implemented in Cexamples/modem_console-- C++ example implementing simple terminal console with DCE commandsexamples/ap_to_pppos-- this example focuses on the network connectivity of the esp-modem and provides a WiFi AP that forwards packets (and uses NAT) to and from the PPPoS connection.examples/simple_cmux_client-- this example sets up the CMUX mode to talk to the modem using AT commands with simultaneously maintaining active network connection.
Documentation
- Continue with esp-modem brief overview
- View the full html documentation