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.1.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.1.0.tar.gz.
File metadata
- Download URL: back_channel_client-0.1.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 |
153c32e6d8902e1482308af76ae2c4c2933c976fe70631ceb6c771558ea7919d
|
|
| MD5 |
6a9af6aa2b94a4fc74e69c71eb53cd8c
|
|
| BLAKE2b-256 |
1554408ae496c78a9f6937198ca047d525b41c7d0db2a38f7ace0b7ff38d70a1
|
File details
Details for the file back_channel_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: back_channel_client-0.1.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 |
5381e3d765677685a5b8399faa7278563ef9dc4cfbd2bec0269114d1df863b21
|
|
| MD5 |
edaadf0000aa7e2c37a57c09e2aa86a3
|
|
| BLAKE2b-256 |
75eb63233fcf6a2170abb6f45b24126020d6ccff3bc287ae3602bb45574ac2b9
|