Rpi remote client
Project description
Rpi Remote client
Installation
Prerequisites
sudo apt install build-essential libffi-dev gcc pkg-config python3-dev python3-pip libssl-dev cargo openssl
Install rust: https://www.rust-lang.org/tools/install
Install package
python3 -m pip install --upgrade rpi-remote --user
Create service
echo "[Unit]
Description=rpi_remote service
After=multi-user.target
Conflicts=getty@tty1.service
[Service]
User=${USER}
Type=simple
Environment="LC_ALL=C.UTF-8"
Environment="LANG=C.UTF-8"
ExecStart=${HOME}/.local/bin/rpi-remote
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target" | sudo tee /etc/systemd/system/rpi-remote.service
sudo systemctl daemon-reload
sudo systemctl enable rpi-remote.service
sudo systemctl start rpi-remote.service
Edit config
Config file path: ~/.config/rpi_remote/config.ini
Check logs
journalctl -fu rpi-remote
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rpi-remote-1.1.1.tar.gz
(8.2 kB
view hashes)
Built Distribution
Close
Hashes for rpi_remote-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cb7fff42028d73af369dccb5f0cd9f00d13bc6ac3fd0462dafa85cf71eb09cc |
|
MD5 | fdfd606096d4055fa31043b55284e2cf |
|
BLAKE2b-256 | e07e8074cdc44681eb7579d76aa88a8fb75f8c9a53c1498dfcc1b8009e4bd3b7 |