From 617726a5a08940ddf0bab121cbf4f6a143e229a3 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Thu, 13 Jul 2023 22:32:55 +0530
Subject: [PATCH] rigctld script

---
 run-rigctld.sh | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 run-rigctld.sh

diff --git a/run-rigctld.sh b/run-rigctld.sh
new file mode 100755
index 0000000..9a00a8b
--- /dev/null
+++ b/run-rigctld.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# rigctld connects to pihpsdr and listens on port 4532
+# rigctl clients in the network can connect to this host on port 4532 
+rigctld -m 2040 -r localhost:19090 &
+
+
-- 
2.45.2