tpi

Crates.iotpi
lib.rstpi
version1.0.5
sourcesrc
created_at2023-11-09 15:34:23.786474
updated_at2023-11-23 19:45:43.77234
descriptionOfficial Turing-Pi2 CLI tool
homepagehttps://turingpi.com/
repositoryhttps://github.com/turing-machines/tpi
max_upload_size
id1030230
size104,926
Sven Rademakers (svenrademakers)

documentation

README

tpi command-line tool

This 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.

Installation

tpi binaries can be downloaded from various channels depending on which OS you are running. Choose one of the following:

pre build

prebuild binaries can be downloaded from the following URL: https://firmware.turingpi.com/tpi

We have binaries for Windows, Mac and Linux

Debian

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

Cargo

Rust users can install from source using the following command:

cargo install tpi

Arch User Repository (AUR)

The package is available in the AUR. Use your favourite AUR helper to install:

e.g. with yay:

yay -S tpi

getting Master

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.

Commit count: 76

cargo fmt