Skip to content

CrossStream/astarte-device-sdk-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%