[ns] problem with TCP Cubic

2010-09-22 Thread Cinthia Aliwarga

Hi all...
now i was doing my undergraduate thesis about TCP Cubic in Mobile IP network...

i already download tcp.cc and tcp.h from 
http://netsrv.csc.ncsu.edu/twiki/bin/view/Main/BIC.html and compile it to my NS 
2.26
i made a tcl file which was using that tcp.cc and tcp.h...but somehow the 
result didn't match with the theory because the 'congestion window' always 
changes to 1 every decreasing...
i dont know if i made a wrong setting to my tcl file or not...
could u please help me resolve this...
thank you so much for your help..

Regards, 


Cinthia





   




   


  


Re: [ns] Simple Wireless link (Ghassan Akrem)

2010-09-22 Thread Ali Ghandour

Hi Ghassan,

These links could be a good start for you:
www.cs.virginia.edu/~sb2jb/research/ns/wireless-ping.doc
http://code.google.com/p/txsys/source/browse/trunk/ubiquitous/ns2/simple-wireless.tcl?spec=svn122&r=122

Regards,

Ali Ghandour


On 22 September 2010 03:00,  wrote:

> Send Ns-users mailing list submissions to
>ns-users@isi.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>http://mailman.isi.edu/mailman/listinfo/ns-users
> or, via email, send a message with subject or body 'help' to
>ns-users-requ...@isi.edu
>
> You can reach the person managing the list at
>ns-users-ow...@isi.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ns-users digest..."
>
> Today's Topics:
>
>   1. Simple Wireless link (Ghassan Akrem)
>   2. mesh patch (Mainak Palit)
>
>
> -- Forwarded message --
> From: Ghassan Akrem 
> To: ns-users@isi.edu
> Date: Tue, 21 Sep 2010 04:48:13 -0700 (PDT)
> Subject: [ns] Simple Wireless link
>
> Hi  all,
> I want to represent simple wireless link between two nodes using ns-2,
> these nodes have very simple parameters without mobility.
> I hope to get simple tcl script that explain that link.
> Regards
>
>
>
>
>
>
>
>
> -- Forwarded message --
> From: Mainak Palit 
> To: ns-users@isi.edu
> Date: Tue, 21 Sep 2010 23:28:35 +0530
> Subject: [ns] mesh patch
> how do I construct a mesh scenario in ns 2.34 ??
> I need it urgently.
> regards.
>
>
> ___
> Ns-users mailing list
> Ns-users@isi.edu
> http://mailman.isi.edu/mailman/listinfo/ns-users
>
>


[ns] IEEE 802.11g parameter and Extended MAC Model

2010-09-22 Thread Mario Fanelli

Dear ns2 users,

I'm using ns2 to perform wired-cum-wireless simulations.
As regards the wireless channel+MAC model, I do not understand the
real differences between the traditional IEEE 802.11 MAC model and the
Ext one. I've checked the ns2 documentation to discover that the Ext
one is just a refactoring of the previous model with additional fading
techniques. Is this correct? If not, can you briefly explain me the
principal differences between these two models? If any, which model is
more accurate?

In addition, I need the simulation parameters for the IEEE 802.11g
model. I've found some solutions
(http://hpds.ee.ncku.edu.tw/~smallko/ns2/11b.htm,
http://blog.chinaunix.net/u/21684/showart_1076725.html), but I'm not
sure that they consider all the necessary parameters. Can you confirm
me that the parameters considered in the previous links are enough to
simulate a correct IEEE 802.11 channel?

Thank you for your attention.

Best regards,
Mario Fanelli

-- 
_

Mario Fanelli, Ph.D. Student
DEIS-LIA - Università degli Studi di Bologna
Viale Risorgimento, 2 - 40136 Bologna (ITALY)
Ph.: (+39) 051 209 3541 Fax: (+39) 051 209 3073.
E-mail: mario.fane...@unibo.it or mario.fane...@gmail.com
_



[ns] NS2 installation problem

2010-09-22 Thread haider alhashmiy

 I have installed NS2 but NAM and xgraph do not work and when I done the
validate this is what appeared

validate overall report: some tests failed:
 ./test-all-simple ./test-all-tcp ./test-all-testReno ./test-all-newreno
./test-all-sack ./test-all-tcpOptions ./test-all-tcpReset
./test-all-simple-full ./test-all-full ./test-all-testReno-full
./test-all-testReno-bayfull ./test-all-sack-full ./test-all-tcp-init-win
./test-all-tcpVariants ./test-all-LimTransmit ./test-all-aimd
./test-all-greis ./test-all-rfc793edu ./test-all-rfc2581 ./test-all-rbp
./test-all-sctp ./test-all-tcpHighspeed ./test-all-frto ./test-all-friendly
./test-all-srm ./test-all-realaudio ./test-all-ecn ./test-all-ecn-ack
./test-all-ecn-full ./test-all-quickstart ./test-all-diffusion3
./test-all-smac ./test-all-smac-multihop ./test-all-manual-routing
./test-all-hier-routing ./test-all-algo-routing ./test-all-lan
./test-all-mcast ./test-all-vc ./test-all-session ./test-all-mixmode
./test-all-red ./test-all-adaptive-red ./test-all-red-pd ./test-all-rio
./test-all-vq ./test-all-rem ./test-all-gk ./test-all-pi ./test-all-cbq
./test-all-schedule ./test-all-rr ./test-all-monitor ./test-all-jobs
./test-all-intserv ./test-all-diffserv ./test-all-webcache ./test-all-mcache
./test-all-webtraf ./test-all-mip ./test-all-links ./test-all-plm
./test-all-linkstate ./test-all-mpls ./test-all-oddBehaviors
./test-all-wireless-shadowing ./test-all-wireless-lan-aodv
./test-all-wireless-tdma ./test-all-wireless-gridkeeper
./test-all-wireless-diffusion ./test-all-wireless-lan-newnode
./test-all-satellite ./test-all-WLtutorial ./test-all-energy
./test-all-source-routing ./test-all-snoop ./test-all-misc
./test-all-tagged-trace ./test-all-message ./test-all-rng ./test-all-xcp
./test-all-wpan
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME
Notice that some tests in webcache will fail on freebsd when -O is turned
on.
This is due to some event reordering, which will disappear when -g is turned
on.

what should I do to solve this problem

Thanks


[ns] iam now making 20k a month gdi

2010-09-22 Thread sankarshandeb

ard   hey I've learned that it's so easy to earn cash on the web... check out 
this article i found:  http://4sp.in/4xH";>Look over that article over 
here   Try it today for only $2, bye for now   avwlrequz