Crates.io | tpi |
lib.rs | tpi |
version | 1.0.5 |
source | src |
created_at | 2023-11-09 15:34:23.786474 |
updated_at | 2023-11-23 19:45:43.77234 |
description | Official Turing-Pi2 CLI tool |
homepage | https://turingpi.com/ |
repository | https://github.com/turing-machines/tpi |
max_upload_size | |
id | 1030230 |
size | 104,926 |
tpi
command-line toolThis is a tool to control your Turing Pi board. It can be used from within the
BMC (for example, via SSH) or outside, like your personal computer. In the
latter case, it will try to connect to your board at the default hostname of
turingpi.local
unless --host
is specified. For more information and usage,
see --help
.
tpi
binaries can be downloaded from various channels depending on
which OS you are running. Choose one of the following:
prebuild binaries can be downloaded from the following URL: https://firmware.turingpi.com/tpi
We have binaries for Windows, Mac and Linux
Add turing-machines debian repository to your sources.list once:
deb https://firmware.turingpi.com/tpi/debian ./ >> /etc/apt/sources.list
sudo apt-get update
You can now install the tpi package with command:
sudo apt-get install tpi
Rust users can install from source using the following command:
cargo install tpi
The package is available in the AUR. Use your favourite AUR helper to install:
e.g. with yay:
yay -S tpi
The GitHub action runner builds Windows, Linux and macOS packages on every
commit to master
. Take a look at the artifacts of any workflow
runs to
download them.