Re: [ns] about usage fo thorughput.awk file

2008-03-12 Thread caijie
It has nothing to do with the USAGE of the awk file. Check the algorithm in your awk file, especially the denominators. Seems you used a 0-value counter as a denominator. good luck! -- 此致 敬礼 蔡杰

[ns] problem when using EURANE

2007-10-09 Thread caijie
I want to study the HSUPA, so downloaded the EURANE module from http://www.ti-wmc.nl/eurane/ http://www.ti-wmc.nl/eurane/.I. I patched the patch file(ns- eurane-111.diff ) to ns-2.28, then I did the configure, make clean, make depend, and make. No error is reported during the procedure. But

[ns] problem when using EURANE

2007-09-26 Thread caijie
I want to study the HSUPA, so downloaded the EURANE module from http://www.ti-wmc.nl/eurane/.I patched the patch file(ns- eurane-111.diff ) to ns-2.28, then I did the configure, make clean, make depend, and make. No error is reported during the procedure. But when I tried the example.tcl, error

Re: [ns] Help: error when compiling NS format

2007-06-06 Thread caijie
proc create_topology{} { proc create_topology {} { line1 is what you wrote in your tcl, and maybe you'd like to try line2. See? there's a space between the topology and { wish you good luck CaiJie

Re: [ns] help required regarding analysis of tracefile

2007-06-03 Thread caijie
node to 2node . when the packet arrived at 2node, according to its routing, the sorce and destination node became 2node and 3node. this is how you know the routing the packet is using. wish you good luck . CaiJie

Re: [ns] Energy and IEEE802.11

2007-05-30 Thread caijie
Matt, hi. I think you're right. RTS and CTS are simulated as packets in ns-2.But I don't know what it has to do with the energy model. These packets are transmitted at the basic rate, and MAC_RTSThreshold is used to control the power threshold used to receive RTS . wish you good

Re: [ns] 802.11 Management Frames information

2007-05-07 Thread caijie
you can check the file Mac-801_11.cc and Mac-802_11.h. In this two files , the important functions about the mac layer including transmitting are included. Wish you good luck. -- Cai Jie