@@ -15,9 +15,9 @@ Tool | Description | [Standalone build](https://openweave.io/guides/build#standa
1515` weave ` | Generate and manage Weave certificates | ` /src/tools/weave `
1616` weave-device-descriptor ` | Encode and decode Weave device descriptor strings for pairing QR codes | ` /src/test-apps `
1717[ ` weave-device-mgr ` ] ( /guides/tools/device-manager ) | Manage the device pairing process | ` /src/device-manager/python `
18- ` weave-heartbeat ` | Send and receive <a href =" https://openweave.io/guides/weave-primer/profiles#heartbeat " >; Heartbeat; </a > profile messages | ` /src/test-apps `
18+ ` weave-heartbeat ` | Send and receive <a href =" https://openweave.io/guides/weave-primer/profiles#heartbeat " >_ * Heartbeat* _ </a > profile messages | ` /src/test-apps `
1919` weave-key-export ` | Send key export requests | ` /src/test-apps `
20- ` weave-ping ` | Send and receive <a href =" https://openweave.io/guides/weave-primer/profiles#echo " >; Echo; </a > profile messages | ` /src/test-apps `
20+ ` weave-ping ` | Send and receive <a href =" https://openweave.io/guides/weave-primer/profiles#echo " >_ * Echo* _ </a > profile messages | ` /src/test-apps `
2121
2222To build the target:
2323
@@ -167,7 +167,7 @@ Primary WiFi MAC: 5C:F3:70:80:0E:77
167167## weave-heartbeat
168168
169169Use ` weave-heartbeat ` to send and receive
170- <a href =" https://openweave.io/guides/weave-primer/profiles#heartbeat " >; Heartbeat; </a > profile messages between
170+ <a href =" https://openweave.io/guides/weave-primer/profiles#heartbeat " >_ * Heartbeat* _ </a > profile messages between
171171two Weave nodes. Heartbeat provides a means to indicate liveness of one node to
172172the other nodes in the network, or to check if a node remains connected to the
173173fabric.
@@ -260,7 +260,7 @@ $ ./mock-device -a fd00:0:1:1::1
260260## weave-ping
261261
262262Use ` weave-ping ` to send and receive
263- <a href =" https://openweave.io/guides/weave-primer/profiles#echo " >; Echo; </a > profile messages
263+ <a href =" https://openweave.io/guides/weave-primer/profiles#echo " >_ * Echo* _ </a > profile messages
264264between two Weave nodes. An Echo payload consists of arbitrary data supplied by
265265the requesting node and is expected to be echoed back verbatim in the response.
266266Echo provides a means to test network connectivity and latency.
0 commit comments