mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
esp_modem: Moved to component folder
This commit is contained in:
committed by
David Cermak
parent
61f264f97a
commit
90641c89eb
19
components/esp_modem/README.md
Normal file
19
components/esp_modem/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# 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.
|
||||
* `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](docs/README.md)
|
||||
* View the full [html documentation ](docs/html/index.html)
|
Reference in New Issue
Block a user