jonathandreyer / esp-modem

Repository of esp_modem (Espressif IDF Component Registry). https://components.espressif.com/component/espressif/esp_modem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP MODEM

This repository is archived and is replaced by esp-protocol.

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 C
  • examples/modem_console -- C++ example implementing simple terminal console with DCE commands
  • examples/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

About

Repository of esp_modem (Espressif IDF Component Registry). https://components.espressif.com/component/espressif/esp_modem

License:Apache License 2.0


Languages

Language:C++ 70.9%Language:C 22.8%Language:Pawn 3.9%Language:CMake 2.2%Language:Makefile 0.2%Language:Shell 0.1%