arete-sdk

Crates.ioarete-sdk
lib.rsarete-sdk
version0.1.6
created_at2025-09-02 15:12:23.44084+00
updated_at2025-09-26 22:05:08.094045+00
descriptionThe Project Arete SDK for smart buildings
homepagehttps://padi.io
repositoryhttps://github.com/project-arete/sdk.git
max_upload_size
id1821260
size303,788
(arete-padi-io)

documentation

README

Project Arete SDK for Rust

Installing

Add to your Rust project with:

$ cargo add arete-sdk

Using

let (mut client, _res) = arete_sdk::connect("wss://dashboard.test.cns.dev:443").unwrap();
client.wait_for_open(Duration::from_millis(DEFAULT_TIMEOUT_MILLIS)).unwrap();
...

See the examples for further usage details.

Examples

Developing

See the Developer's Guide for build and test instructions.

Commit count: 0

cargo fmt