Skip to content

Commit afa8654

Browse files
committed
chore(docs): add message hub client example
Show how to connect a client to the MessageHub to send and receive data. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
1 parent 5af2433 commit afa8654

File tree

6 files changed

+807
-1
lines changed

6 files changed

+807
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Quick links:
2525
- [API documentation](https://docs.rs/astarte-device-sdk/latest/astarte_device_sdk/).
2626
- [Astarte documentation](https://docs.astarte-platform.org/latest/001-intro_user.html) for more information regarding Astarte.
2727
- [Get started](https://docs.rs/astarte-device-sdk/latest/astarte_device_sdk/_docs/_get_started/index.html) for a guide on how to use the SDK functionalities.
28+
- [Connect to the Astarte MessageHub](https://docs.rs/astarte-device-sdk/latest/astarte_device_sdk/_docs/_connect_to_the_astarte_msghub/index.html) tutorial.
2829
- [OS requirements](https://github.com/astarte-platform/astarte-device-sdk-rust/tree/master/docs/os-requirements.md) for system libraries.
2930

3031
## Use the library
3132

32-
You can add the library tro your project with:
33+
You can add the library to your project with:
3334

3435
```sh
3536
cargo new astarte-project && cd astarte-project

0 commit comments

Comments
 (0)