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
231 B
8 lines
231 B
3 years ago
|
#!/bin/bash
|
||
|
|
||
|
/usr/bin/python3 /home/marcel/ham/RPi-LoRa-KISS-TNC/Start_lora-tnc.py &
|
||
|
sleep 10
|
||
|
sudo /usr/bin/socat PTY,raw,echo=0,link=/tmp/lorakisstnc TCP4:127.0.0.1:10001 &
|
||
|
sleep 3
|
||
|
sudo /usr/sbin/kissattach /tmp/lorakisstnc ax2 &
|