KenwoodFox c7accf6ec6 Inital ver
2026-06-14 18:26:37 -04:00
2026-06-14 18:26:37 -04:00
2026-06-14 18:26:37 -04:00
2026-06-14 18:26:37 -04:00
2026-06-14 18:26:37 -04:00
2026-06-14 18:26:37 -04:00

TowerD

I wrote this to control the "hardware" on KW1FOX-1 tower.

its.. not really intended for use anywhere else but, if anything inspires you go ahead and grab it! Just some simple python.

Install

sudo git clone https://git.kitsunehosting.net/Kenwood/towerd.git /opt/towerd
cd /opt/towerd
sudo python3 -m venv venv
sudo venv/bin/pip install -r requirements.txt
sudo cp systemd/towerd.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now towerd
Description
No description provided
Readme 65 KiB
Languages
Rust 100%