Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Mar 14, 2024
1 parent 4a3ed4c commit c065297
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bluer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name>` to run a particular example application.

[API documentation]: https://docs.rs/bluer
Expand Down

0 comments on commit c065297

Please sign in to comment.