You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
159 B

#!/bin/bash
python3 Start_lora-tnc.py &
sleep 1
sudo socat PTY,raw,echo=0,link=/tmp/kisstnc TCP4:127.0.0.1:10001 &
sleep 1
sudo kissattach /tmp/kisstnc ax0 &