From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 19 Nov 2022 11:19:02 +0000 (+0530)
Subject: script to run socat to redirect tcp 19090 port to a serial tty
X-Git-Url: https://git.rkrishnan.org/Site/specifications/%3C?a=commitdiff_plain;h=375c77bb026efc7cea279d254c30502419f09df8;p=pihpsdr.git

script to run socat to redirect tcp 19090 port to a serial tty
---

diff --git a/run-socat.sh b/run-socat.sh
new file mode 100755
index 0000000..4424e36
--- /dev/null
+++ b/run-socat.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sudo socat pty,link=/dev/vtty,raw tcp:localhost:19090