forked from espressif/esp-protocols
Deploying to gh-pages from @ espressif/esp-protocols@541b391c3e 🚀
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
# Sphinx build info version 1
|
# 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.
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||||
config: 475d82461cf97309c05e773fde210729
|
config: 5739e6c7e92cd650a87fa888a58e314e
|
||||||
tags: 549b3d6d0415232fb7e35403b330ff49
|
tags: 549b3d6d0415232fb7e35403b330ff49
|
||||||
|
@@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://github.com/espressif/esp-docs/blob/60bb0ee/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
<a href="https://github.com/espressif/esp-docs/blob/541b391/docs/en/genindex" class="fa fa-github"> Edit on GitHub</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -191,7 +191,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://github.com/espressif/esp-docs/blob/60bb0ee/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
<a href="https://github.com/espressif/esp-docs/blob/541b391/docs/en/index.rst" class="fa fa-github"> Edit on GitHub</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -314,7 +314,7 @@ In case a host operating system has <cite>openssl</cite> and <cite>sed</cite> pa
|
|||||||
</section>
|
</section>
|
||||||
<section id="application-example">
|
<section id="application-example">
|
||||||
<h2>Application Example<a class="headerlink" href="#application-example" title="Permalink to this headline">¶</a></h2>
|
<h2>Application Example<a class="headerlink" href="#application-example" title="Permalink to this headline">¶</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/60bb0ee/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/541b391/examples/../examples">example </a>.</p>
|
||||||
<section id="sending-text-data">
|
<section id="sending-text-data">
|
||||||
<h3>Sending Text Data<a class="headerlink" href="#sending-text-data" title="Permalink to this headline">¶</a></h3>
|
<h3>Sending Text Data<a class="headerlink" href="#sending-text-data" title="Permalink to this headline">¶</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>
|
<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>
|
||||||
@@ -328,7 +328,7 @@ In case a host operating system has <cite>openssl</cite> and <cite>sed</cite> pa
|
|||||||
<section id="header-file">
|
<section id="header-file">
|
||||||
<h3>Header File<a class="headerlink" href="#header-file" title="Permalink to this headline">¶</a></h3>
|
<h3>Header File<a class="headerlink" href="#header-file" title="Permalink to this headline">¶</a></h3>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><p><a class="reference external" href="https://github.com/espressif/esp-protocols/blob/60bb0ee/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/541b391/include/esp_websocket_client.h">include/esp_websocket_client.h</a></p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="functions">
|
<section id="functions">
|
||||||
|
@@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://github.com/espressif/esp-docs/blob/60bb0ee/docs/en/search" class="fa fa-github"> Edit on GitHub</a>
|
<a href="https://github.com/espressif/esp-docs/blob/541b391/docs/en/search" class="fa fa-github"> Edit on GitHub</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user