readme

# ESP MODEM

The `esp-modem` component is a managed component for `esp-idf` that could be 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.

## Documentation

* Continue with esp-modem [brief overview](docs/README.md)
* View the full [html documentation ](docs/html/index.html)

Target

License unspecified

To add this component to your project, run:

idf.py add-dependency "espressif/esp_modem^0.1.1"

or download archive

Stats

  • Downloaded in total
    Downloaded in total 95.4k times
  • Downloaded this version
    This version: 17 times

Badge

espressif/esp_modem version: 0.1.1
|