mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 04:52:18 +02:00
11 lines
476 B
Markdown
11 lines
476 B
Markdown
![]() |
# PPPoS simple client example
|
||
|
|
||
|
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
||
|
|
||
|
## Overview
|
||
|
This example shows how to act as a MQTT client after the PPPoS channel created by using [ESP-MQTT](https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/protocols/mqtt.html) APIs.
|
||
|
|
||
|
## How to use this example
|
||
|
|
||
|
See the README.md file in the upper level `pppos` directory for more information about the PPPoS examples.
|