[ns] SplitObjet problem

2010-01-23 Thread Mohammed Amine Koulali
Hi every one, I'm developing a new routing agent for NS2. while running the command: $ns_ at 39.0 "[$node_($i) set ragent_] print_cluster_heads"; in a TCL script, I get a split object error. Plz if anyone has an idea don't hesitate to share it with me PS: the print_cluster_heads is well defined

Re: [ns] LAN Setup and Traffic Monitoring

2010-01-23 Thread Abdul Serwadda
Although traffic on an ethernet LAN is broadcast to all nodes, only the designated recipient actually receives this traffic. The network adaptors for the other nodes do not forward this traffic to their attached hosts. Hence, effectively, communication is essentially between source and designated

[ns] LAN Setup and Traffic Monitoring

2010-01-23 Thread Hayden Tomlins
Hi All, I'm wondering if someone can confirm this behaviour for me, as it's not quite what I expected. I have built a network in ns-2 consisting of 10 nodes. These are joined together as a LAN using 'newLan[node0, node1...]'. My aim is to simulate an equivalent hardware set up using a measure

[ns] How to check the simulation results for accuracy?

2010-01-23 Thread Bringo Shawn
Hello there, I have performed different simulations on adhoc routing protocols, and have plotted graphs. How can I determine the accuracy of my results? Thanks