Rpi remote client
Project description
Rpi Remote client
Installation
Prerequisites
- rust
- libffi
- poetry
- gcc
- openssl
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
[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.0.0.tar.gz
(6.7 kB
view hashes)
Built Distribution
Close
Hashes for rpi_remote-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc2ae03d642ea9636a57976535dea0f7257eceb119f542d5d0890b441a86d005 |
|
MD5 | 6d8e47320fc380a4e4637800bfa3feb0 |
|
BLAKE2b-256 | 16f768cf444cd06ce945d417130d283595f11019dbadc84187d96d6f55db01c9 |