mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-28 05:01:38 +01:00
1.3.0 Features - Add mode detection to the example (18f196fa) - Support for pausing network in C-API (1db83cd1) - Add support for pausing netif (247f1681, #699) Bug Fixes - Minor cleanup of pppos example (5e929902) - Fix PPP mode detection to accept LCP/conf (c989c6ad) - Refine mode switch data->command (8b6ea331, #692) - Detect serial ports properly (0cb59ff8) - Fix CMUX enter to ignore URC before transition (1284f66d, #669)
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