discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] How to send two different ethernet frames into two ta


From: Arun Kumar
Subject: [Discuss-gnuradio] How to send two different ethernet frames into two tap via tunnel.py?.
Date: Fri, 29 Mar 2013 18:33:59 +0530

Hi,

I want to send two different ethernet frames . So, I want to send via tap in tunnel.py.

Do I need to create two tap device in tunnel.py.
My assumption,  is create two tap using open_tun_interface() method.
then bind that two tap interfaces.

Once Ethernet frames comes, receive through tap devices and need to send to USRP board in two separate channels using ofdm.
In usrp, I have two daughter boards, so i can send two ofdm modulated signal.

here my problem is ,

how to give two separate streams into to USRP.
How to set transmit and receive path.
How at the receiver side can I proferly get the frames and arrage.

For example, if I send a tcp file stream , I need to get and store the file at receiver properlly.

Please provide any idea on this.

Thanks

KR



reply via email to

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