Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Ns2.34 cmu-trace file modification for aodv protocol

Status
Not open for further replies.

raji27

Newbie level 4
Joined
Sep 7, 2011
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,324
I'm trying to modify aodv and create a new protocol.
To know the working of trace file and to see the changes. i changed in trace/cmu-trace.h file i've changed
#define DROP 'D'
#define RECV 'rxv'
#define SEND 'send'
#define FWRD 'f'

then i recompiled the make file using make clean and make command, but i couldn't get the changes in the .tr file which i've executed.
.tr file has

s 0.000000000 _1_ AGT --- 0 tcp 40 [0 0 0 0] ------- [1:1 2:1 32 0] [0 0] 0 0
r 0.000000000 _1_ RTR --- 0 tcp 40 [0 0 0 0] ------- [1:1 2:1 32 0] [0 0] 0 0
s 0.000000000 _0_ AGT --- 1 tcp 40 [0 0 0 0] ------- [0:0 1:0 32 0] [0 0] 0 0


can anyone say why this is happening,
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top