forked from espressif/esp-protocols
1.0.2 Features - Add factory method for simple creation of custom DCEs (4cf9e50) - Support custom transport in AT TCP client example (ae629ed) Bug Fixes - Fix host test race with async read and d'structor (c89d42f) - More error handling in cmux protocol (8edbac6) - Fix netif to set PPP config in C++ way (5287432) - Fix vfs terminal not to reset read_cb() automatically (25a35e2) - Fix netif data race causing PPP startup delays (c8c0507, #308) - Added support for inflatable buffer (cb6e03a, #272) - Fix LoadProhibited after failed CMUX initialization (IDFGH-10845) (60c87dd)
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