If you're working on ax25ipd, a nice feature would be the following:

I find it silly that if you want to use ax25ipd with kernel ax25,
you manually have to find a free tty/pty pair, start kissattach
on the master side, put the client side into the ax25ipd config
file, and then start ax25ipd. This should be done by ax25ipd,
especially since this can be done with very few C library/syscalls
(basically just openpty() and then ioctl(, TIOCSETD, ) on the
master side).

Tom

Reply via email to