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 -f | grep 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-0.1.5.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for rpi_remote-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ad4cbebc144860f5e8baef311cc1ca3a960edcc8fd2ae189bf43fd373c807e9 |
|
MD5 | 39241569e45cb7789e61acd96781de80 |
|
BLAKE2b-256 | f42ddbcd6cae0ac8cc84578fbc877272f2b6e1ec3023cb39c9b8a3ddfdf8dc3b |