Rpi remote client
Project description
Rpi Remote client
Installation
Install/Upgrade 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
Configuartion
Config file path: ~/.config/rpi_remote/config.ini
This file automatically generated when the service starts. See the example below.
[connection]
server_host = localhost
server_port = 80 # 443 in case of https
ssl = true # true/false
local_port = 22
period_time_sec = 30
client_name = test_client
disk_path = /media/HDD
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-2.0.0.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for rpi_remote-2.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc00e5a0b285443ef702108bc219880a2eb64d1558407642ffe13aee77cb0aaf |
|
MD5 | 9a3aebf2539b27dcfb84cb38f790ee7d |
|
BLAKE2b-256 | eca9708e5136298712a2b2a4819be353411440b0df6a029e1be7b57b2ebfa768 |