MatteoNardi / astarte-device-sdk-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astarte Device SDK Rust

Warning: this SDK is experimental, correctness and API stability are currently not guaranteed

This package allows you to implement an Astarte Device using Rust.

Building

You can build the SDK and the example with

cargo build

Example

After building, you can run the example with

cargo run --example simple -- \
    --credentials-secret <credentials-secret>
    --device-id <device-id>
    --pairing-url <pairing-url>
    --realm <realm>

About

License:Apache License 2.0


Languages

Language:Rust 100.0%