RE: Serial Driver for PPP - that runs in Half Duplex Mode

From: Vanitha Ramaswami
Date: Tue Aug 17 2004 - 22:40:57 EST


Hello,
Thanks for your mail. Can you let me know what are the other protocols that performs better than PPP ?

Thanks
Vanitha

-----Original Message-----
From: Alan Cox [SMTP:alan@xxxxxxxxxxxxxxxxxxx]
Sent: Tuesday, August 17, 2004 10:12 PM
To: vanitha@xxxxxxxxxxxxxxxx
Cc: 'linux-kernel@xxxxxxxxxxxxxxx'
Subject: Re: Serial Driver for PPP - that runs in Half Duplex Mode

On Maw, 2004-08-17 at 11:56, Vanitha Ramaswami wrote:
> Do you have a serial port PPP Driver that supports half-duplex mode of
> operation ?. i.e. I need RTS to be active when you are transmitting data
> and to be inactive to receive.

You can do this with a user space helper if performance isnt critical
(ie its not megabits). Create a tty/pty pair. Plug pppd one side of it
and run your own program the other side between it and the real tty.

This is how the old scarabd radio driver worked, although not using PPP
because we found that with the losses we got on radio other protocols
worked better.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/