Back channel client
Project description
Back Channel client
Installation
Install/Upgrade package
python3 -m pip install --upgrade back-channel-client --user
Create service
echo "[Unit]
Description=back-channel-client
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/back-channel-client
Restart=on-failure
RestartSec=3
[Install]
WantedBy=multi-user.target" | sudo tee /etc/systemd/system/back-channel-client.service
sudo systemctl daemon-reload
sudo systemctl enable back-channel-client.service
sudo systemctl start back-channel-client.service
Configuration
Config file path: ~/.config/back_channel_client/config.ini
This file automatically generated when the service starts. See the example below.
[connection]
server_host = http://localhost
ssh_username = root
ssh_port = 22
period_time_sec = 30
client_name = test_client
disk_path = /media/HDD
Check logs
journalctl -fu back-channel-client
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
back_channel_client-0.2.0.tar.gz
(19.9 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 back_channel_client-0.2.0.tar.gz.
File metadata
- Download URL: back_channel_client-0.2.0.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9efd04c12e7f070bc7a322b88863c1c7cab6a7eacd58bfe450426ee7790c2247
|
|
| MD5 |
369af6f7275e921faa23e81907621de0
|
|
| BLAKE2b-256 |
47db8f3ac4ebf9cd8427365588a74fbd9775ae58f9180e2b20f8a60dba5beb31
|
File details
Details for the file back_channel_client-0.2.0-py3-none-any.whl.
File metadata
- Download URL: back_channel_client-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4591e877d03c1f0deadda8d97a842e91fd813d5062a6b57ca7a6ad17e27a505a
|
|
| MD5 |
9a12df96fa083b5e82648e726f5d68d0
|
|
| BLAKE2b-256 |
85bbe5e5851c321160ba16fe45ea354525d000a40a954ffe24f9b260698f91d3
|