mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 23:51:38 +01:00
1.0.1 Bug Fixes - Support UART clean build with IDF v5.2 (e620eb5) - enable code coverage publishing to github pages (4910e89) - fix esp_modem build issue (ab94566) - Example to use 1.0.0 (afb6930) - Changelog to correctly pick references (423e965) Updated - docs(esp_modem): updated documents to show missed topics (0534853) - docs(common): improving documentation (ca3fce0)
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