mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-07 06:34:30 +02:00
Deploying to gh-pages from @ espressif/esp-protocols@b4d85d6aae 🚀
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 1b1c5131d0e95a3d19d677ab854641de
|
||||
config: 37efc3a691d02c55b0282bb53a2db1cc
|
||||
tags: 549b3d6d0415232fb7e35403b330ff49
|
||||
|
File diff suppressed because one or more lines are too long
@@ -27,6 +27,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'genindex';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -89,7 +90,7 @@
|
||||
<li><a href="index.html" class="icon icon-home"></a> »</li>
|
||||
<li>Index</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/ef1bae5/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/b4d85d6/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="writer-html5" lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ASIO port - ESP32 - — ESP-Protocols latest documentation</title>
|
||||
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'index';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -101,7 +102,7 @@
|
||||
<li><a href="#" class="icon icon-home"></a> »</li>
|
||||
<li>ASIO port</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/ef1bae5/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/b4d85d6/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
@@ -142,12 +143,12 @@ SSL/TLS support is disabled by default and could be enabled in component configu
|
||||
</section>
|
||||
<section id="application-example">
|
||||
<h2>Application Example<a class="headerlink" href="#application-example" title="Permalink to this heading"></a></h2>
|
||||
<p>ESP examples are based on standard asio <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples">examples </a>:</p>
|
||||
<p>ESP examples are based on standard asio <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples">examples </a>:</p>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples/udp_echo_server">udp_echo_server </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples/tcp_echo_server">tcp_echo_server </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples/asio_chat">asio_chat </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples/ssl_client_server">ssl_client_server </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples/udp_echo_server">udp_echo_server </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples/tcp_echo_server">tcp_echo_server </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples/asio_chat">asio_chat </a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples/ssl_client_server">ssl_client_server </a></p></li>
|
||||
</ul>
|
||||
<p>Please refer to the specific example README.md for details</p>
|
||||
</section>
|
||||
|
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'search';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
|
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>ESP MODEM — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>Advanced esp-modem use cases — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>C API Documentation — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>C++ API Documentation — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title><no title> — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>ESP-MODEM Programmers manual — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>Internal design — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<title>DCE Internal implementation — esp-modem documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: e471086dc9c6f25014a54fd82f252a40
|
||||
config: 047a7ec1c9799124f9efa65fd09cf593
|
||||
tags: 549b3d6d0415232fb7e35403b330ff49
|
||||
|
File diff suppressed because one or more lines are too long
@@ -27,6 +27,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'genindex';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -89,7 +90,7 @@
|
||||
<li><a href="index.html" class="icon icon-home"></a> »</li>
|
||||
<li>Index</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-docs/blob/ef1bae5/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-docs/blob/b4d85d6/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="writer-html5" lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>ESP WebSocket Client - ESP32 - — ESP-Protocols latest documentation</title>
|
||||
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'index';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -117,7 +118,7 @@
|
||||
<li><a href="#" class="icon icon-home"></a> »</li>
|
||||
<li>ESP WebSocket Client</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-docs/blob/ef1bae5/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-docs/blob/b4d85d6/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
@@ -234,7 +235,7 @@ In case a host operating system has <cite>openssl</cite> and <cite>sed</cite> pa
|
||||
</section>
|
||||
<section id="application-example">
|
||||
<h2>Application Example<a class="headerlink" href="#application-example" title="Permalink to this heading"></a></h2>
|
||||
<p>A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the <a class="reference external" href="https://websocket.org">websocket.org</a> server can be found here: <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples">example </a>.</p>
|
||||
<p>A simple WebSocket example that uses esp_websocket_client to establish a websocket connection and send/receive data with the <a class="reference external" href="https://websocket.org">websocket.org</a> server can be found here: <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples">example </a>.</p>
|
||||
<section id="sending-text-data">
|
||||
<h3>Sending Text Data<a class="headerlink" href="#sending-text-data" title="Permalink to this heading"></a></h3>
|
||||
<p>The WebSocket client supports sending data as a text data frame, which informs the application layer that the payload data is text data encoded as UTF-8. Example:</p>
|
||||
@@ -248,7 +249,7 @@ In case a host operating system has <cite>openssl</cite> and <cite>sed</cite> pa
|
||||
<section id="header-file">
|
||||
<h3>Header File<a class="headerlink" href="#header-file" title="Permalink to this heading"></a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/ef1bae5/include/esp_websocket_client.h">include/esp_websocket_client.h</a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/b4d85d6/include/esp_websocket_client.h">include/esp_websocket_client.h</a></p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="functions">
|
||||
|
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'search';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: 1b1c5131d0e95a3d19d677ab854641de
|
||||
config: 37efc3a691d02c55b0282bb53a2db1cc
|
||||
tags: 549b3d6d0415232fb7e35403b330ff49
|
||||
|
File diff suppressed because one or more lines are too long
@@ -27,6 +27,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'genindex';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -89,7 +90,7 @@
|
||||
<li><a href="index.html" class="icon icon-home"></a> »</li>
|
||||
<li>Index</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/ef1bae5/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/b4d85d6/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="writer-html5" lang="en" >
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>mDNS Service - ESP32 - — ESP-Protocols latest documentation</title>
|
||||
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'index';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -114,7 +115,7 @@
|
||||
<li><a href="#" class="icon icon-home"></a> »</li>
|
||||
<li>mDNS Service</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/ef1bae5/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/b4d85d6/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
@@ -317,14 +318,14 @@
|
||||
</section>
|
||||
<section id="application-example">
|
||||
<h2>Application Example<a class="headerlink" href="#application-example" title="Permalink to this heading"></a></h2>
|
||||
<p>mDNS server/scanner example: <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples"></a>.</p>
|
||||
<p>mDNS server/scanner example: <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples"></a>.</p>
|
||||
</section>
|
||||
<section id="api-reference">
|
||||
<h2>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this heading"></a></h2>
|
||||
<section id="header-file">
|
||||
<h3>Header File<a class="headerlink" href="#header-file" title="Permalink to this heading"></a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/ef1bae5/include/mdns.h">include/mdns.h</a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/b4d85d6/include/mdns.h">include/mdns.h</a></p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="functions">
|
||||
|
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'search';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Sphinx build info version 1
|
||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||
config: ef0313e06662ad04347c3cfd56dda042
|
||||
config: bb824f98b593ec57cdd7aca0f11f5a9b
|
||||
tags: 549b3d6d0415232fb7e35403b330ff49
|
||||
|
File diff suppressed because one or more lines are too long
@@ -28,6 +28,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'genindex';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -90,7 +91,7 @@
|
||||
<li><a href="index.html" class="icon icon-home"></a> »</li>
|
||||
<li>索引</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/ef1bae5/docs/zh_CN/genindex" class="fa fa-github"> 在 GitHub 上修改</a>
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/b4d85d6/docs/zh_CN/genindex" class="fa fa-github"> 在 GitHub 上修改</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="writer-html5" lang="zh-CN" >
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>mDNS 服务 - ESP32 - — ESP-IDF 编程指南 latest 文档</title>
|
||||
@@ -29,6 +29,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'index';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
@@ -112,7 +113,7 @@
|
||||
<li><a href="#" class="icon icon-home"></a> »</li>
|
||||
<li>mDNS 服务</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/ef1bae5/docs/zh_CN/index.rst" class="fa fa-github"> 在 GitHub 上修改</a>
|
||||
<a href="https://github.com/espressif/esp-protocols/blob/b4d85d6/docs/zh_CN/index.rst" class="fa fa-github"> 在 GitHub 上修改</a>
|
||||
</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
@@ -296,14 +297,14 @@
|
||||
</section>
|
||||
<section id="id7">
|
||||
<h2>应用示例<a class="headerlink" href="#id7" title="Permalink to this heading"></a></h2>
|
||||
<p>有关 mDNS 服务器和查询器的应用示例请参考 <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/ef1bae5/examples/../examples"></a>。</p>
|
||||
<p>有关 mDNS 服务器和查询器的应用示例请参考 <a class="reference external" href="https://github.com/espressif/esp-protocols/tree/b4d85d6/examples/../examples"></a>。</p>
|
||||
</section>
|
||||
<section id="api">
|
||||
<h2>API 参考<a class="headerlink" href="#api" title="Permalink to this heading"></a></h2>
|
||||
<section id="header-file">
|
||||
<h3>Header File<a class="headerlink" href="#header-file" title="Permalink to this heading"></a></h3>
|
||||
<ul class="simple">
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/ef1bae5/include/mdns.h">include/mdns.h</a></p></li>
|
||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/b4d85d6/include/mdns.h">include/mdns.h</a></p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="functions">
|
||||
|
@@ -29,6 +29,7 @@
|
||||
<script type="text/javascript">
|
||||
DOCUMENTATION_OPTIONS.PAGENAME = 'search';
|
||||
DOCUMENTATION_OPTIONS.PROJECT_SLUG = 'esp-idf';
|
||||
DOCUMENTATION_OPTIONS.LATEST_BRANCH_NAME = 'master';
|
||||
DOCUMENTATION_OPTIONS.VERSIONS_URL = 'https://github.com/espressif/esp-protocols/docs/docs_versions.js';
|
||||
DOCUMENTATION_OPTIONS.LANGUAGES = ["en", "zh_CN"];
|
||||
DOCUMENTATION_OPTIONS.IDF_TARGET = 'esp32';
|
||||
|
Reference in New Issue
Block a user