esp-protocols/components/esp_modem
david-cermak 62d809ac60
Merge pull request #309 from david-cermak/feat/modem_tcp_client_work
feat(modem): Support custom transport in AT TCP client example
2023-08-28 13:43:46 +02:00
..
examples Merge pull request #309 from david-cermak/feat/modem_tcp_client_work 2023-08-28 13:43:46 +02:00
include feat(modem): Add factory method for simple creation of custom DCEs 2023-08-28 10:27:16 +02:00
port/linux CI: fixing the files to be complient with pre-commit hooks 2022-10-17 18:16:52 +02:00
private_include CI: fixing the files to be complient with pre-commit hooks 2022-10-17 18:16:52 +02:00
src fix(modem): Fix netif data race causing PPP startup delays 2023-08-28 10:27:16 +02:00
test fix(ci): enable code coverage publishing to github pages 2023-05-26 13:46:52 +04:00
.cz.yaml bump(modem): 1.0.0 -> 1.0.1 2023-06-22 09:50:23 +02:00
.gitignore CI: fixing the files to be complient with pre-commit hooks 2022-10-17 18:16:52 +02:00
CHANGELOG.md bump(modem): 1.0.0 -> 1.0.1 2023-06-22 09:50:23 +02:00
CMakeLists.txt fix(ci): enable code coverage publishing to github pages 2023-05-26 13:46:52 +04:00
idf_component.yml bump(modem): 1.0.0 -> 1.0.1 2023-06-22 09:50:23 +02:00
Kconfig fix(modem): Added support for inflatable buffer 2023-08-28 10:27:10 +02:00
LICENSE esp_modem: Moved to component folder 2021-10-04 11:32:55 +02:00
pre_upload.sh CI/Docs: Generate docs locally before uploading to registry 2021-11-16 07:51:24 +01:00
README.md docs(esp_modem): updated documents to show missed topics 2023-04-26 16:24:30 +04:00

ESP MODEM

Component Registry

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