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
ssh_username = root
ssh_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-3.0.0.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rpi_remote-3.0.0.tar.gz.
File metadata
- Download URL: rpi_remote-3.0.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef390f6c3ddea154fd5d41428dcfc97925f2c0fb27ea8732610978236b291d0b
|
|
| MD5 |
c1b3d40a00818649231fda3d9b2a0c0c
|
|
| BLAKE2b-256 |
9cad9279ba98b6dfe7904b62f4e98dd8c3587c576136230c038ebf51dfc447d0
|
File details
Details for the file rpi_remote-3.0.0-py3-none-any.whl.
File metadata
- Download URL: rpi_remote-3.0.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd909b87eb78be15a6b4f2244d3e7ab4d608ffbbffbcd16419910e9aaf4ce7d3
|
|
| MD5 |
981d9496851fe6a7dff2490effb88a02
|
|
| BLAKE2b-256 |
16511c338befbb5bedc05cd385e045a80f17681eccb999376e8fd29b8ecd727f
|