mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 22:42:23 +02:00
Added badges with version of components to the respective README files
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
# ASIO port
|
# ASIO port
|
||||||
|
|
||||||
|
[](https://components.espressif.com/components/espressif/asio)
|
||||||
|
|
||||||
Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
|
Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# ESP MODEM
|
# ESP MODEM
|
||||||
|
|
||||||
|
[](https://components.espressif.com/components/espressif/esp_modem)
|
||||||
|
|
||||||
The `esp-modem` component is a managed component for `esp-idf` that is used for communication with GSM/LTE modems
|
The `esp-modem` component is a managed component for `esp-idf` that is used for communication with GSM/LTE modems
|
||||||
that support AT commands and PPP protocol as a network interface.
|
that support AT commands and PPP protocol as a network interface.
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# ESP WEBSOCKET CLIENT
|
# ESP WEBSOCKET CLIENT
|
||||||
|
|
||||||
|
[](https://components.espressif.com/components/espressif/esp_websocket_client)
|
||||||
|
|
||||||
The `esp-websocket_client` component is a managed component for `esp-idf` that contains implementation of [WebSocket protocol client](https://datatracker.ietf.org/doc/html/rfc6455) for ESP32
|
The `esp-websocket_client` component is a managed component for `esp-idf` that contains implementation of [WebSocket protocol client](https://datatracker.ietf.org/doc/html/rfc6455) for ESP32
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# mDNS Service
|
# mDNS Service
|
||||||
|
|
||||||
|
[](https://components.espressif.com/components/espressif/mdns)
|
||||||
|
|
||||||
mDNS is a multicast UDP service that is used to provide local network service and host discovery.
|
mDNS is a multicast UDP service that is used to provide local network service and host discovery.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Reference in New Issue
Block a user