Browse Source

docs

master
zeus 4 years ago
parent
commit
d5ffb2c039
  1. 16
      docs/README.adoc
  2. 34
      docs/README.adoc.html
  3. 2763
      docs/README.adoc.pdf

16
docs/README.adoc

@ -138,6 +138,22 @@ cd iot-swarm-example
./stop-iotserver.sh
----
==== start IoT client
[source.bash]
----
cd iot-swarm-example
./start-iotclient.sh
----
==== stop IoT client
[source.bash]
----
cd iot-swarm-example
./stop-iotclient.sh
----
==== start IoT webclient
[source.bash]

34
docs/README.adoc.html

@ -463,9 +463,11 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<ul class="sectlevel3">
<li><a href="#_start_iot_server">2.3.1. start IoT server</a></li>
<li><a href="#_stop_iot_server">2.3.2. stop IoT server</a></li>
<li><a href="#_start_iot_webclient">2.3.3. start IoT webclient</a></li>
<li><a href="#_stop_iot_webclient">2.3.4. stop IoT webclient</a></li>
<li><a href="#_use_webclient">2.3.5. Use webclient</a></li>
<li><a href="#_start_iot_client">2.3.3. start IoT client</a></li>
<li><a href="#_stop_iot_client">2.3.4. stop IoT client</a></li>
<li><a href="#_start_iot_webclient">2.3.5. start IoT webclient</a></li>
<li><a href="#_stop_iot_webclient">2.3.6. stop IoT webclient</a></li>
<li><a href="#_use_webclient">2.3.7. Use webclient</a></li>
</ul>
</li>
</ul>
@ -715,7 +717,25 @@ cd iot-swarm-example</code></pre>
</div>
</div>
<div class="sect3">
<h4 id="_start_iot_webclient">2.3.3. start IoT webclient</h4>
<h4 id="_start_iot_client">2.3.3. start IoT client</h4>
<div class="listingblock bash">
<div class="content">
<pre class="highlight"><code>cd iot-swarm-example
./start-iotclient.sh</code></pre>
</div>
</div>
</div>
<div class="sect3">
<h4 id="_stop_iot_client">2.3.4. stop IoT client</h4>
<div class="listingblock bash">
<div class="content">
<pre class="highlight"><code>cd iot-swarm-example
./stop-iotclient.sh</code></pre>
</div>
</div>
</div>
<div class="sect3">
<h4 id="_start_iot_webclient">2.3.5. start IoT webclient</h4>
<div class="listingblock bash">
<div class="content">
<pre class="highlight"><code>cd iot-swarm-example
@ -724,7 +744,7 @@ cd iot-swarm-example</code></pre>
</div>
</div>
<div class="sect3">
<h4 id="_stop_iot_webclient">2.3.4. stop IoT webclient</h4>
<h4 id="_stop_iot_webclient">2.3.6. stop IoT webclient</h4>
<div class="listingblock bash">
<div class="content">
<pre class="highlight"><code>cd iot-swarm-example
@ -733,7 +753,7 @@ cd iot-swarm-example</code></pre>
</div>
</div>
<div class="sect3">
<h4 id="_use_webclient">2.3.5. Use webclient</h4>
<h4 id="_use_webclient">2.3.7. Use webclient</h4>
<div class="paragraph">
<p>open in Browser: <a href="http://localhost:8080" class="bare">http://localhost:8080</a></p>
</div>
@ -2345,7 +2365,7 @@ console.error('socket.io example');</code></pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-10-28 16:18:40 UTC
Last updated 2020-10-28 16:29:50 UTC
</div>
</div>
</body>

2763
docs/README.adoc.pdf

File diff suppressed because it is too large
Loading…
Cancel
Save