public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Serial Driver for PPP - that runs in Half Duplex Mode
@ 2004-08-17 10:56 Vanitha Ramaswami
  2004-08-17 14:11 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Vanitha Ramaswami @ 2004-08-17 10:56 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

Hi All,
Is there a serial PPP Driver , that is capable of operating in half duplex 
mode. I have a radio that operates in half duplex mode and it has a serial 
interface. I want to establish a Point to Point connection between two 
Radios.

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.

Thanks
Vanitha


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Serial Driver for PPP - that runs in Half Duplex Mode
  2004-08-17 10:56 Serial Driver for PPP - that runs in Half Duplex Mode Vanitha Ramaswami
@ 2004-08-17 14:11 ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2004-08-17 14:11 UTC (permalink / raw)
  To: vanitha@agilis.st.com.sg; +Cc: 'linux-kernel@vger.kernel.org'

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Serial Driver for PPP - that runs in Half Duplex Mode
@ 2004-08-18 11:36 Vanitha Ramaswami
  2004-08-18 16:53 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Vanitha Ramaswami @ 2004-08-18 11:36 UTC (permalink / raw)
  To: 'Alan Cox'; +Cc: 'linux-kernel@vger.kernel.org'

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@lxorguk.ukuu.org.uk]
Sent:	Tuesday, August 17, 2004 10:12 PM
To:	vanitha@agilis.st.com.sg
Cc:	'linux-kernel@vger.kernel.org'
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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Serial Driver for PPP - that runs in Half Duplex Mode
  2004-08-18 11:36 Vanitha Ramaswami
@ 2004-08-18 16:53 ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2004-08-18 16:53 UTC (permalink / raw)
  To: vanitha@agilis.st.com.sg; +Cc: 'linux-kernel@vger.kernel.org'

On Mer, 2004-08-18 at 12:36, Vanitha Ramaswami wrote:
> Hello,
>     Thanks for your mail. Can you let me know what are the other protocols that performs better than PPP ?

That will depend upon your link quality. If you drop a lot of frames
then a link layer reliable protocol or FEC based protocol will do
better. We used AX.25 (LAP-B with addressing). On radios that do their
own reliability/error handling IP is often just fine (as with 802.11)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-18 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-17 10:56 Serial Driver for PPP - that runs in Half Duplex Mode Vanitha Ramaswami
2004-08-17 14:11 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2004-08-18 11:36 Vanitha Ramaswami
2004-08-18 16:53 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox