This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 4 matches

by jnc_xavier
Sun Sep 11, 2011 10:56 am
Forum: Other Topics
Topic: To drop packets
Replies: 2
Views: 4098

plz do help if someone's out there :(
by jnc_xavier
Sun Sep 11, 2011 9:56 am
Forum: Other Topics
Topic: To drop packets
Replies: 2
Views: 4098

To drop packets

how do i write a basic tcl script in ns2 to drop packets in a wired scenario just by changing bandwidth n delay values. this is my script: set val(stop) 7.0 ;# time of simulation end #=================================== # Initialization #=================================== #Create a ns simulator set...
by jnc_xavier
Sat Aug 20, 2011 9:27 am
Forum: Scripting Help
Topic: Proc Finish?
Replies: 5
Views: 12219

but that too aint working. could u plz help
by jnc_xavier
Sat Aug 20, 2011 8:57 am
Forum: Scripting Help
Topic: Proc Finish?
Replies: 5
Views: 12219

Proc Finish?

when i execute this file i get the error as said below. plz help #Create a ns simulator set ns [new Simulator] #Open the NS trace file set tracefile [open out1.tr w] $ns trace-all $tracefile #Open the NAM trace file set namfile [open out1.nam w] $ns namtrace-all $namfile #===========================...