Re: [Discuss-gnuradio] beginner questions - implementing MAC

2006-10-18 Thread Eric Blossom
> > > BBN has code (for NetBSD) which implements 802.11 receive -- is this a > > separate branch or is it going to be merged with gnuradio release? > It will be merged when all parties concerned have a bit of available time. Eric ___ Discuss-gnur

Re: [Discuss-gnuradio] beginner questions - implementing MAC

2006-10-17 Thread Greg Troxel
"Shravan Rayanchu" <[EMAIL PROTECTED]> writes: > I came across some postings which talked about timing considerations > when implementing 802.11 like mac. Is this a serious hurdle in the > development process (for building a MAC)? Yes, if you expect to be able to e.g. send a CTS after only SIFS

[Discuss-gnuradio] beginner questions - implementing MAC

2006-10-17 Thread Shravan Rayanchu
Hi all, I am new to gnuradio and I was wondering if you could help me out with some of the questions I have: I have a very little background of DSP/Comm. and I would to be able to experiment/build 802.11 like MAC atop of gnuradio primitives. Is gnuradio right now at a stage where I can start do