Skip to content

KISS-over-TCP Port #216

Answered by leonardinux
leonardinux asked this question in Q&A
Discussion options

You must be logged in to vote

Hi OM,
I've create this script to run my Xastir and it seems to be ok:
`#!/bin/bash
socat PTY,link=/tmp/tnc TCP:192.168.1.10:8001 &
sleep 1
xastir
sleep 1
kill -SIGTERM $(pidof socat)

`
73 de Leo IZ5FSA

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tvrusso
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #179 on April 11, 2024 12:40.