Crates.io | tritium_remote |
lib.rs | tritium_remote |
version | 1.5.1 |
source | src |
created_at | 2022-12-13 12:01:27.136391 |
updated_at | 2024-10-22 13:39:40.868685 |
description | A library for connecting to remote Robots running TritiumOS |
homepage | https://www.engineeredarts.co.uk/software/tritium/ |
repository | |
max_upload_size | |
id | 735778 |
size | 77,537 |
A library for interacting with Tritium systems. Hosted docs are here (require login).
Implemented in Rust with bindings to other languages:
tritium-remote-py
This library is currently only published and tested on Linux. However the rust crate ought to work on other platforms.
This is only to be used on a trusted local network. The Tritium system will be accessed over LAN without encryption.
The Rust and Python examples use the TRITIUM_AUTH_TOKEN environment variable to get the JWT access token they need.
To generate an access token...
$ export TRITIUM_AUTH_TOKEN="{paste token here}"
$ cargo run --example system_info
This project is licensed under either of
at your option.