From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Thu, 13 Jul 2023 17:02:55 +0000 (+0530)
Subject: rigctld script
X-Git-Url: https://git.rkrishnan.org/Site/specifications/%3C?a=commitdiff_plain;h=617726a5a08940ddf0bab121cbf4f6a143e229a3;p=pihpsdr.git

rigctld script
---

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 &
+
+