discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] About TDMA protocol with Gnuradio and Click


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] About TDMA protocol with Gnuradio and Click
Date: Tue, 24 Jul 2007 14:44:44 -0700
User-agent: Mutt/1.5.9i

On Tue, Jul 24, 2007 at 05:10:10PM -0400, KC Huang wrote:
> Hi Gesly:
> 
> I am the student of Rutgers and now I try to do some TDMA MAC protocol with 
> Gnuradio and Click. After researching the Gnuradio mailling list, I found 
> that u have already done this protocol to work. So, I wonder that if I can 
> ask u some questions:
> 
> 1. How to make the interface between Click and Gnuradio?
> 2. How does Click router control the PHY written by Gnuradio?
> 
> I appreciate ur help! Thanks in advance!!
> 
> KC Huang 

I'm not Gesly, but I can provide some suggestions ;)

When the USRP inband-signaling code is complete, you'll be able to
easily control the USRP using a packet based interface.  The exact
interface is still to be worked out, but in general you'll be able to
specify your frame payload and an arbitrary amount of "metadata" that
describes how and when you want your frame modulated and transmitted.
There will be a similar interface in the receive direction.

You should run GNU Radio and Click in separate processes.  We'll
provide some kind of IPC to glue them together.  E.g., mblock messages
sent over UNIX domain sockets.

Work is underway right now on the USRP inband signaling code.  
It involves both FPGA and host work.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]