WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2013-Aug-15 09:04:41

farshid
Member
Registered: 2013-May-15
Posts: 25

TX without waiting for Ack

Hello,

I have set up a 2.4Ghz transmiter and receiver with WARP v1 by ofdm ref design v16.2. Two boards work fine, but I want to have a TX without ack by receiver and disabling waiting for ack in transmiter.
I know "mimo_ofdmTxRx_setAction0(0)" disables the auto-responder but trasmiter still waiting for Ack.

Offline

 

#2 2013-Aug-15 09:28:55

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: TX without waiting for Ack

I'd suggest looking at the nomac code. nomac implements a top-level MAC that maintains no state post-transmission (it does not wait for ACKs, it doesn't transmit ACKs, etc.).

Offline

 

#3 2013-Aug-15 09:35:09

farshid
Member
Registered: 2013-May-15
Posts: 25

Re: TX without waiting for Ack

I'v forgotten to mention that we use csmamac, do you have any idea how we can do it in csmamac?

Offline

 

#4 2013-Aug-15 09:48:37

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: TX without waiting for Ack

I would still suggest looking at nomac, which implements exactly the behavior you described. The basic structure of the nomac and csmamac code are the same, differing only in their handing of packets in the dataFromNetworkLayer and goodHeader callbacks.

Offline

 

Board footer