[ns] help me regarding the make file plzzzzzz

2007-12-03 Thread Will Spearman

Try make distclean or make distclean-recursive. It will do a full 
reconfigure from scratch. Look in the Makefile for all the different 
types of targets. Hope that helps.



 
 Message: 1
 Date: Sun, 2 Dec 2007 20:33:26 -0500
 From: Tamer Ahmed [EMAIL PROTECTED]
 Subject: [ns] help me regarding the make file plzz
 To: ns-users@ISI.EDU
 Message-ID:
   [EMAIL PROTECTED]
 Content-Type: text/plain; charset=ISO-8859-1
 
 Dea NS-Users,
 
 I have installed the ns-2.29 on machine under Linux Fedora and tried also
 with the ns-2.31.
 
 Actually, after I have unzipped the tar file and wrote the
 ./installcommand, it gave me the following:
 
 make: Warning: File `Makefile.in' has modification time 1.3e+08 s in the
 future
 Makefile.in is newer than Makefile.
 You need to re-run configure.
 false
 make: *** [Makefile] Error 1
 Ns make failed!
 See http://www.isi.edu/nsnam/ns/ns-problems.html for problems
 
 I did the ./configure command again and typed  the make, but gave me the
 following again:
 
 config.status: creating indep-utils/webtrace-conv/nlanr/Makefile
 config.status: creating indep-utils/webtrace-conv/epa/Makefile
 config.status: creating indep-utils/cmu-scen-gen/setdest/Makefile
 config.status: creating autoconf.h
 config.status: autoconf.h is unchanged
 [EMAIL PROTECTED] ns-2.31]$ make
 make: Warning: File `Makefile.in' has modification time 1.3e+08 s in the
 future
 Makefile.in is newer than Makefile.
 You need to re-run configure.
 false
 make: *** [Makefile] Error 1
 [EMAIL PROTECTED] ns-2.31]$
 
 So, Could any body help me regarding that please?? It is urgent
 please.
 
 Thanks in advance
 
 Thamer Al-Jahamneh



[ns] please help out

2007-12-01 Thread Will Spearman

I am working on 802.11e as well.

1. For me the easiest answer was to not worry about the ns trace file, 
and create my own. I count throughput at the MAC level by printing bytes 
sent during the simulation, and use a perl script to get the statistics 
afterward.

2. There are some tools to help you do this. 
http://www.tkn.tu-berlin.de/research/evalvid/EvalVid/docevalvid.html
I am using an H.264 profile, but accuracy isn't important so I just used 
a mostly equivalent pareto VBR source.

I hope this helps!

Will Spearman
Clemson University

 hi all
 
 I have a very urgent and desperate call for help. I am using NS2-31 and EDCA
 patch of TU Berlin, for 802.11e. Please guide me how to:
 
 1. get the MAC level throughput trace file (the TCL code etc.)
 2. how I can evaluate the behaviour of H.264 over NS2 for some video frames.
 Probably I am looking for a trace file containing the type of frames
 (I,P,B), thier time stamps and sizes? Any tool to do it?
 
 Thank you very much.
 
 very kind regards
 B




[ns] TrafficTrace with HDTV and SDTV

2007-08-19 Thread Will Spearman

Does anyone have trace files that can be used in the TrafficTrace 
Traffic Generator class to model SD and HD video streams? Any codec and 
bitrate would be helpful, but in particular I would like H.264 at 12 Mbs 
and mpeg2 at 2 Mbs.

Will



[ns] 802.11g with 802.11e

2007-07-27 Thread Will Spearman

I apologize for asking the same question twice, but I left out an 
important piece of information in the first attempt.

I am working with 802.11e and using the Wietholter and Hoene 802.11e 
addon, and I'd like to use 802.11g rates in my simulations. The 
previously mentioned 802.11g module will not work for me since I need to 
keep the 802.11e MAC layer intact.

My only option is to integrate the two somehow, but I would love to know 
if anyone has an easier option! I'd like to simply modify the existing 
code to reasonably represent 802.11g.

Thank you to those that responded previously!

Will Spearman



[ns] 802.11g in ns 2.28

2007-07-25 Thread Will Spearman

Hello all,

I would like to implement 802.11g in ns-2.28. I have found many
discussions of this on the web such as:

http://web.syr.edu/~dchen02/FAQ.txt

However, the directions I have found are a little unclear. Some of the
variables mentioned such as DSSS_CWMin only occur within files that
don't seem to be used in 802.11. Can someone who has done this before
give me some advice, or clear up the above mentioned directions? Any
help is MUCH appreciated.

Will