From 53dd156a3df24763ddc00e6bd5e0d02c65fe7a80 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sun, 8 Oct 2023 21:09:30 +0200 Subject: [PATCH] allow tnc starting and stopping rigctld --- gui_vue/src/components/main_rig_control.vue | 6 ++ gui_vue/src/js/daemon.js | 61 +++++++++----- tnc/daemon.py | 49 ++++++++++++ tnc/sock.py | 88 +++++++++++++++++++++ tnc/static.py | 3 + 5 files changed, 188 insertions(+), 19 deletions(-) diff --git a/gui_vue/src/components/main_rig_control.vue b/gui_vue/src/components/main_rig_control.vue index a3a7262a..e9e79ba3 100644 --- a/gui_vue/src/components/main_rig_control.vue +++ b/gui_vue/src/components/main_rig_control.vue @@ -1,6 +1,9 @@