Sir,
Please tell me the files and the C++ codes with which the wireless
nodeshave been defined / created.
For example, in the following code from the file wireless1.tcl
$ns_ node-config -adhocRouting $val(adhocRouting) \
-llType $val(ll) \
-macType $val(mac) \
-ifqType $val(ifq) \
-ifqLen $val(ifqlen) \
-antType $val(ant) \
-propType $val(prop) \
-phyType $val(netif) \
-channelType $val(chan) \
-topoInstance $topo \
-agentTrace ON \
-routerTrace OFF \
-macTrace OFF
i want to know where the C++ codes have been written with which the above
code deals.
Please help.