Skip to content

Commit

Permalink
Merge pull request #381 from philljj/small_cleanup
Browse files Browse the repository at this point in the history
Tiny readme cleanup.
  • Loading branch information
embhorn committed Dec 19, 2023
2 parents c98d9ab + d15955f commit d7f1f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ More about MQTT-SN examples in [examples/sn-client/README.md](examples/sn-client
### Multithread Example
This example exercises the multithreading capabilities of the client library. The client implements two tasks: one that publishes to the broker; and another that waits for messages from the broker. The publish thread is created `NUM_PUB_TASKS` times (10 by default) and sends unique messages to the broker. This feature is enabled using the `--enable-mt` configuration option. The example is located in `/examples/multithread/`.

The multi-threading feature can also be used with the non-blocking socket (--enable-nb).
The multi-threading feature can also be used with the non-blocking socket (--enable-nonblock).

If you are having issues with thread synchronization on Linux consider using not the conditional signal (`WOLFMQTT_NO_COND_SIGNAL`).

Expand Down
2 changes: 1 addition & 1 deletion zephyr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CMakeFiles.txt in the build system.

## Build and Run Samples

Follow the [instructions](https://docs.zephyrproject.org/latest/connectivity/networking/qemu_setup.html) to setup the infratructure to enable networking in QEMU. Run the following commands in parallel in this order in the `net-tools` directory to allow comunication between the QEMU instance and the host. Make sure to disable any software that modifies the local network like VPN's.
Follow the [instructions](https://docs.zephyrproject.org/latest/connectivity/networking/qemu_setup.html) to setup the infratructure to enable networking in QEMU. Run the following commands in parallel in this order in the `net-tools` directory to allow communication between the QEMU instance and the host. Make sure to disable any software that modifies the local network like VPN's.

```bash
./loop-socat.sh
Expand Down

0 comments on commit d7f1f96

Please sign in to comment.