mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 13:02:21 +02:00
1.1.0 Features - Added support for at_raw() command (ae38110
, #471) - Added iperf test for PPP netifs (976e98d
) - Added test that performs OTA to exercise modem layers (f2223dd
) Bug Fixes - Fixed OTA test to gracefully fail with no verification (1dc4299
) - Added C-API to configure APN (ce7dadd
, #485) - Fixed AT commands to copy strings to prevent overrides (741d166
, #463) - Fixed incorrect dial command format (0998f3d
, #433) - Fixed documentation and example on creating custom device (577de67
, #452) - Removed CI jobs for IDF v4.2 (d88cd61
) - Fixed OAT test to verify server cert and CN (edc3e72
) - Fixed set_pdp_context() command timeout (1d80cbc
, #455) Updated - docs(modem): Added description of manual test procedure (68ce794
)
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