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.1.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for rpi_remote-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59f8ceb3c42aa6c70c612bf250099982cd3ebc98e8d1ddb464cf0d01890137af |
|
MD5 | 4460204e656c2dd3e3aedcb02630a898 |
|
BLAKE2b-256 | 69dc73dcc3f9067fbc979368909f357e7564a098b4745500b9db936008e57656 |