modem_tcp_client

Example of the component espressif/esp_modem v1.0.0
# Modem TCP client

(See the README.md file in the upper level 'examples' directory for more information about examples.)

## Overview
This example demonstrates how to act as a MQTT client using modem's TCP commands (provided, the device supports "socket" related commands)

### Supported IDF versions

This example is supported from IDF `v4.4`.

To create a project from this example, run:

idf.py create-project-from-example "espressif/esp_modem^1.0.0:modem_tcp_client"

or download archive