mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 20:12:13 +02:00
11 lines
346 B
Markdown
11 lines
346 B
Markdown
![]() |
# 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`.
|