Rpi remote client
Project description
Rpi Remote client
Installation
Prerequisites
sudo apt install openssl build-essential libffi-dev gcc pkg-config python3-dev libssl-dev
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.0.tar.gz
(8.1 kB
view hashes)
Built Distribution
Close
Hashes for rpi_remote-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c12959d805e2771de424afe768a0d6d9fd4ddd524126dedf85d32234da2a5e24 |
|
MD5 | e6bcbf944091a419f1a7e29b19ed2d6a |
|
BLAKE2b-256 | f89e38fbc50c6f65bd174e8df4d8aeccdb30885fbbade7b2f1f3754df8c571cf |