arete-sdk 0.1.6

The Project Arete SDK for smart buildings
Documentation

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.