Re: [ns] SFB in NS

2006-07-16 Thread Brad Montgomery
Links to Blue and SFB can be found here: http://public.lanl.gov/sunil/ On 7/16/06 11:26 AM, S.Mehdi Sheikhalishahi [EMAIL PROTECTED] wrote: Hello, Does anybody implement Stochastic Fairness Blue for NS?

[ns] Mash Inspector on Mac OS X

2006-07-12 Thread Brad Montgomery
Hello All, I've recently patched my installation of ns-allinone-2.29 (running on Mac OS 10.4.7) to use the Mash Inspector, but I am experiencing very poor performance. Is anyone else using Mash on Mac OS X? Thanks! Brad

Re: [ns] Keep track of nodes a packet passes through

2006-07-04 Thread Brad Montgomery
Nicholas, I think you can find this information in a trace file, which should include a pkt id as the last field in the trace. Take a look at the tutorial here: http://nile.wpi.edu/NS/analysis.html Brad On 7/4/06 12:17 PM, Nicholas Loulloudes [EMAIL PROTECTED] wrote: Hello, is there a

Re: [ns] Multiple connections to a single agent

2006-07-03 Thread Brad Montgomery
. moreover you can do it for n, within a loop --- Brad Montgomery [EMAIL PROTECTED] wrote: Hello All, I'm wondering if it's possible to have a single Agent connected to 2 or more other Agents. I have a topology similar to this: N2 | N0 -- N1 -- N3 -- N4 I have an agents A0

[ns] Multiple connections to a single agent

2006-07-02 Thread Brad Montgomery
Hello All, I'm wondering if it's possible to have a single Agent connected to 2 or more other Agents. I have a topology similar to this: N2 | N0 -- N1 -- N3 -- N4 I have an agents A0, A2, A3 connected to N0, N2, N3 respectively, and I would like A0 to send a packet to A2, which

[ns] Bus error

2006-06-21 Thread Brad Montgomery
Hello ns-users, I'm new to ns, and I'm using ns-allinone-2.29. I've recently created an Agent that is very similar to Ping agent included in the source. However, when I set up and run a simulation, I get this: Bus error The first 3 lines of my simulation look like this: set ns [new

Re: [ns] Bus error

2006-06-21 Thread Brad Montgomery
Thanks for the help, but I started looking back through my code and found this: if (argc = 2) It's nice to know what a Bus error, is now, though! On 6/21/06 6:08 PM, Phil Miller [EMAIL PROTECTED] wrote: On 6/21/06, Brad Montgomery [EMAIL PROTECTED] wrote: Hello ns-users, I'm new