Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 107) sorted by relevance

12345

/hal_espressif-3.6.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-architecture.rst48 …layer is crucial to ESP-BLE-MESH protocol stack which is built on Bluetooth Low-Energy technology,…
52 - Based on ESP-BLE-MESH protocol stack and ``Mesh Models``.
53 …ract with ``Mesh Networking`` and ``Mesh Provisioning`` in ESP-BLE-MESH protocol stack, as well as…
61 ``Mesh Networking`` in the protocol stack architecture implements the following functions:
90 ``Mesh Provisioning`` in the protocol stack architecture implements the following functions:
106 - Provisioning PDUs from different layers are handled using provisioning protocol.
108 … transmitted to an unprovisioned device using a Generic Provisioning layer or Proxy protocol layer.
117 ``Mesh Models`` in the protocol stack architecture implements the following functions:
159 - Proxy Server/Client are two node roles in proxy protocol, which enable nodes to send and receive …
164 ``Bearers`` in the protocol stack architecture are responsible for passing of data between ESP-BLE-…
[all …]
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dsdmmc.rst9 The SD/SDIO/MMC driver currently supports SD memory, SDIO cards, and eMMC chips. This is a protocol
27 …The SDMMC protocol layer described in this document handles the specifics of the SD protocol, such…
29 …The protocol layer works with the host via the :cpp:class:`sdmmc_host_t` structure. This structure…
42protocol layer is given the :cpp:class:`sdmmc_host_t` structure. This structure describes the SD/M…
57protocol layer's perspective, eMMC memory chips behave exactly like SD memory cards. Even though e…
111 Most applications need to use the protocol layer only in one task. For this reason, the protocol la…
/hal_espressif-3.6.0/examples/provisioning/legacy/console_prov/
DREADME.md17 * `protocomm` : for protocol based communication and secure session establishment
18 * `protobuf` : Google's protocol buffer library for serialization of protocomm data structures
74 ==== Verifying protocol version ====
89 ==== Verifying protocol version ====
92 ==== Verified protocol version successfully ====
112 ==== Verifying protocol version ====
115 ==== Verified protocol version successfully ====
/hal_espressif-3.6.0/docs/en/api-reference/network/
Desp_dpp.rst4 …asy Connect, is a provisioning protocol certified by Wi-Fi Alliance. It is a secure and standardiz…
15 Easy Connect is still an evolving protocol. Of known platforms that support the QR Code method are …
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/
DKconfig.projbuild6 Choose the IR protocol used in the example.
17 The RC5 protocol was introduced by Philips.
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dremote-serial-ports.rst4 …hat supports `RFC2217 <http://www.ietf.org/rfc/rfc2217.txt>`__ (Telnet) protocol. To do this, spec…
10 Custom baud rates and DTR/RTS automatic resetting are supported over the RFC2217 protocol, the same…
36 …ossible to specify ``--port socket://<host>:<port>`` syntax for a simple "raw TCP socket" protocol.
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Dmodbus.rst7protocol is de facto standard protocol widely used to connect industrial electronic devices. Modbu…
11 …ation and makes use of a compact, binary representation of the data for protocol communication. Th…
12 …s is used in serial communication and makes use of ASCII characters for protocol communication. Th…
15 …ets) requires some familiarity with the Modbus protocol. Refer to the Modbus Organization's with p…
20protocol that defines rules for messaging structure and data organization that are independent of …
34 The Modbus protocol allows devices to map data to four types of registers (Holding, Input, Discrete…
286 .ip_addr_type = MB_IPV4, // version of IP protocol
445 …tart_offset = MB_REG_HOLDING_START_AREA0; // Offset of register area in Modbus protocol
488 .ip_addr_type = MB_IPV4, // version of IP protocol
654 - ``https://modbus.org/specs.php``: Modbus Organization with protocol specifications.
Desp_sdio_slave_protocol.rst4 …ave device and then provides details on the ESP SDIO Slave protocol - a non-standard protocol that…
6 The ESP SDIO Slave protocol was created to implement the communication between SDIO host and slave,…
107 The ESP SDIO Slave protocol is based on the SDIO Specification's I/O Read/Write commands, i.e., CMD…
117 …rotocols/esp_serial_slave_link>` component implements the logic of this protocol for ESP32 SDIO Ho…
Dmqtt.rst7 ESP-MQTT is an implementation of MQTT protocol client (MQTT is a lightweight publish/subscribe mess…
121 * ``transport``: sets the transport protocol, setting the uri will override this
136 - :ref:`CONFIG_MQTT_PROTOCOL_311`: Enables 3.1.1 version of MQTT protocol
/hal_espressif-3.6.0/examples/wifi/
DREADME.md9 * `espnow` is the connectionless Wi-Fi communication protocol.
20 * `wps` contains a how to use the Wi-Fi Protected Setup protocol.
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/
DREADME.md11 The example supports building and parsing both normal and extended NEC/RC5 protocol. And also suppo…
39 * Select the infrared protocol used in the example under `Infrared Protocol` option.
55 Run this example, you will see the following output log (for NEC protocol):
/hal_espressif-3.6.0/components/protocomm/proto/
DREADME.md1 # Protobuf files for implementing protocol communication packets
3 Protocomm uses Google Protobuf for language, transport and architecture agnostic protocol communica…
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/
Dprovisioning.rst8 1. *Extensible Protocol:* The protocol is completely flexible and it offers the ability for the dev…
9 2. *Transport Flexibility:* The protocol can work on Wi-Fi (SoftAP + HTTP server) or on BLE as a tr…
11 4. *Compact Data Representation:* The protocol uses `Google Protobufs <https://developers.google.co…
40 ... One or multiple steps as per protocol ...
80 The advertisement and device discovery is left to the application and depending on the protocol cho…
/hal_espressif-3.6.0/examples/protocols/coap_client/
DREADME.md13 the DTLS protocol using the defined Pre-Shared Keys(PSK) or Public Key Infrastructure (PKI) which t…
20 The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with
22 The protocol is designed for machine-to-machine (M2M) applications such as smart energy and
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/
DREADME.md5 MSC driver allows access to USB flash drivers using the BOT “Bulk-Only Transport” protocol and the …
27 - Driver only supports USB 2.0 flash drives using the BOT “Bulk-Only Transport” protocol and the Tr…
/hal_espressif-3.6.0/tools/unit-test-app/configs/
Desp_tls1 # As this is protocol specific, only test for one target.
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/
DREADME.md11 - Wi-Fi Iperf protocol
14 For information on how to use the Iperf protocol for Wi-Fi, please refer to [Wi-Fi Iperf README](..…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dindex.rst10 Serial Protocol <serial-protocol>
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dsdmmc_host.rst80 Other functions, such as the ones given below, will be called by the SD/MMC protocol layer via func…
144 …DIO/MMC Driver <../storage/sdmmc>` for the higher level driver which implements the protocol layer.
146 …host>` for a similar driver which uses the SPI controller and is limited to SD protocol's SPI mode.
/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c452 const char *esp_hid_protocol_mode_str(uint8_t protocol) in esp_hid_protocol_mode_str() argument
454 if (protocol >= (sizeof(s_hid_protocol_names)/sizeof(s_hid_protocol_names[0]))) { in esp_hid_protocol_mode_str()
457 return s_hid_protocol_names[protocol]; in esp_hid_protocol_mode_str()
/hal_espressif-3.6.0/docs/en/api-guides/
Dwireshark-user-guide.rst33 * Developers use it to debug protocol implementations.
35 * People use it to learn more about network protocol internals.
49 * Displays packets along with detailed protocol information
81 * **Numerous protocol dissectors**.
/hal_espressif-3.6.0/components/openthread/
DKconfig70 …the Thread commissioning protocol and shares the network parameter with the joining device upon su…
78 pre-shared key using the Thread commissioning protocol.
/hal_espressif-3.6.0/examples/protocols/coap_server/
DREADME.md19 The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with
21 The protocol is designed for machine-to-machine (M2M) applications such as smart energy and
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/
DREADME.md15 You can also try other modules as long as they implement the SLIP protocol (e.g. linux device with …
59 - Choose port number and IP protocol for socket udp server
/hal_espressif-3.6.0/examples/provisioning/legacy/ble_prov/
DREADME.md20 * `protocomm` : for protocol based communication and secure session establishment
21 * `protobuf` : Google's protocol buffer library for serialization of protocomm data structures
202 ==== Verifying protocol version ====
207 ==== Verified protocol version successfully ====

12345