Re: AX.25 Kernel - problem - ax25_sendmsg returns EMSGSIZE !

2007-10-08 Thread Chris Kantarjiev
That's why I'd favor using SOCK_STREAM for AX.25 connections (just as TCP uses SOCK_STREAM) - there's no requirement with SOCK_STREAM that the sender and receiver coordinate on the size of the largest write operation. This would seem to ease the software compatibility problem quite a bit! But

Re: net2kiss and ptys

2007-07-18 Thread Chris Kantarjiev
Google knows everything, if you look hard enough. I finally found http://www.lanana.org/docs/device-list/devices.txt which told me how the legacy pty devices are numbered and named. With that in hand, I can # makedevs /dev/ptyp c 2 0 0 8 # makedevs /dev/ttyp c 3 0 0 8 # cat < /dev/ptyp0 & # ech

net2kiss and ptys

2007-07-18 Thread Chris Kantarjiev
Hi, I'm slowly figuring out ax25 and linux, having done neither before. My motivation is trying to build a digipeater/igate on OpenWRT - the hardware is cheap and reliable and runs on a minimal 12V supply, so it's pretty much ideal, once you add a serial port. I've got the hardware, I've got a ke