From: chas w. - C. <ch...@cm...> - 2012-10-09 17:15:14
|
I don't believe that linux-atm has a tuntap today. The closest might be atmtcp. it shouldn't be too difficult to change the userspace half of atmtcp to send/recv the atm frames to your local program instead of another atmtcp instance on other machine. On Tue, 09 Oct 2012 07:51:14 +0100 "Iain Young, G7III" <g7...@g7...> wrote: > Hi Folks, > > I am "playing" with Software Defined Radios, and setting up Networks > using them. > > Up until now, for my basic Layer 1 / Layer 2 tests, I have been using > the tuntap devices, and just a TCP/UDP socket. > > However, Ethernet is not the most ideal protocol for narrow bandwidth > RF links, and so I thought about ATM (with it's small cell size, there > may be a positive impact on throughput with TDMA type systems) > > [Note this is purely for experiments and fun, and "because we can at > present] > > Is there an atm equivelent of the tuntap driver ? I'm looking at some > way to get the ATM frames in and out of my SDR... > > I did try googling, but just get way to much noise about tuntap, and > even "At The Moment"... > > > Best Regards > > Iain |