Re: [ns] idle/sleep state

2006-09-05 Thread Super Torresmo
So, if I'm using the diffusion protocol, what should I do to turn nodes on and off? On 9/4/06, Julian Monteiro [EMAIL PROTECTED] wrote: I've misunderstood the results of that grep, I didn't realized that these strcmp were the functions... sorry. Now I see, the 'reset-state' command is

[ns] increase IP header size in NS

2006-09-05 Thread lekkie omotayo
Does anybody know ow to increase d header size of an IP packet in ns using tcl? I ''l b grateful if anybody can shared dat wit me. Lekkie.

Re: [ns] idle/sleep state

2006-09-05 Thread Julian Monteiro
If you are using the protocol at 'ns-2.29/diffusion' (old), I think you can use the commands 'on' and 'off' as it is there. If you wanna use the 'diffusion3/' protocol, then you should remove the call to 'reset-state' in the command 'off' at mobilenode.cc. []s Super Torresmo wrote: So, if

[ns] urgent help...multiple access points [mixed, 802.11a and 802.11g]

2006-09-05 Thread Imad Ajarmeh
hi, iam trying to simulate a scenario that involves multiple access points to cover a relatively large area, i want to use different technologies like 802.11a and 802.11g together. where to start??? how to mix more than one type of access point. can anybody please tell me where to start

Re: [ns] multiple access points

2006-09-05 Thread Imad Ajarmeh
hi, iam trying to simulate a scenario that involves multiple access points to cover a relatively large area, i want to use different technologies like 802.11a and 802.11g together. where to start??? can anybody please tell me where to start or where to find help regarding this... thanks... On

[ns] [bug] tcl-debugger segfaults when printing stack ('w')

2006-09-05 Thread Christian Walter
[Bug Report] - Category: Run Time - Segmentation Fault Package: other tcl-debug-2.0 OS:RHEL4/OTHERS Environment Variables: - Description: Description of Problem: The tcl debugger tcl-debug 2.0 from Don Libes contains a bug in

Re: [ns] [manet] DYMOUM v0.3 released

2006-09-05 Thread Francisco J. Ros
Hello, On Tuesday 05 September 2006 17:46, Dearlove, Christopher (UK) wrote: Are the HELLO messages consistent with those defined in NHDP? No, first I want to update all DYMO messages to the packetbb format. Right now, HELLOs are like in AODV. Regards, fran -Original Message-

Re: [ns] [bug] tcl-debugger segfaults when printing stack ('w') FIXED

2006-09-05 Thread Pedro Vale Estrela
Hi! Patch looks, sounds and runs good; similar (correct) code is already in char **Dbg_ArgcArgv(argc,argv,copy) ... main_argv = alloc = (char **)ckalloc((argc+1)*sizeof(char *)); From my initial tests, this has corrected a nasty segmentation fault that occurred sometimes inside

Re: [ns] new 802.11 - CAP proportion too big

2006-09-05 Thread Pedro Fortuna
I cannot remember if the queue is size-bound or delay-bound. My curent code (in yans) is both size and delay bound with a default size of 400 packets. The relevant code is located in mac-queue-80211.cc. Mathieu if ((*tmp).second + m_parameters-getMSDULifetime () now) { It's delay