From c0652974cd6d78a3fc6d22557f5621a7dbf6f815 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Thu, 14 Mar 2024 21:17:57 +0100 Subject: [PATCH] Update README --- bluer/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluer/README.md b/bluer/README.md index 059e2da..5232a71 100644 --- a/bluer/README.md +++ b/bluer/README.md @@ -176,6 +176,10 @@ The following example applications are provided. - **mesh_provisioner**: Simple Bluetooth mesh provisioner + - **rfcomm_client**: Simple RFCOMM socket client that connects to a socket and sends and receives test data. + + - **rfcomm_server**: Corresponding RFCOMM socket server that echos received data. + Use `cargo run --all-features --example ` to run a particular example application. [API documentation]: https://docs.rs/bluer