[ns] Join my network on LinkedIn

2011-06-09 Thread romain jacquet via LinkedIn
LinkedIn romain jacquet requested to add you as a connection on LinkedIn: -- I'd like to add you to my professional network on LinkedIn. Accept invitation from romain jacquet

[ns] Invitation to connect on LinkedIn

2011-06-09 Thread Georgios KIOUMOURTZIS via LinkedIn
LinkedIn Georgios KIOUMOURTZIS requested to add you as a connection on LinkedIn: -- Rishabh, I'd like to add you to my professional network on LinkedIn. - Georgios Accept invitation from Georgios KIOUMOURTZIS

[ns] caculation of routing parameters like routing overhead

2011-06-09 Thread umair shah
Hi I need AWK script to measure routing overhead,normalized routing overhead,end to end delay,throughput etc for routing protocols ,Also tell me how to use these scripts and can there be any other method to do this all .thanks

[ns] trace file analysis

2011-06-09 Thread umair shah
Dear all, I've read some research papers in which they compared performances of different routing using some normal performance metrics, such as: Packet delivery fraction routing control overhead Average end-to-end delay Average number of hops .. How can we have

[ns] enable/disable Wireless interface of a node

2011-06-09 Thread Zakia Khalfallah
Hi friends, Someone knows how to enable/disable a wireless interface of a node ? So , how to add the concerned command in NS ? Thank you, Good luck, ZAK

[ns] NRTE drops with AODV/802.15.4

2011-06-09 Thread Molta, Paul
Hi, I am simulating a ZigBee network, all nodes are FFD with a many-to-one traffic pattern and I am getting terrible delivery ratios and it is due to nodes not establishing routes. Nodes will never complete a single packet during the simulation, however there doesn't seem to be a pattern from

[ns] Simulation stopped : Memory allocation

2011-06-09 Thread Zakia Khalfallah
Hi friends, anyone has encountered this problem while runing a simulation ? and what's the solution ? terminate called after throwing an instance of 'std::bad_alloc' what(): St9bad_alloc unable to alloc 26 bytes ...unable to alloc 10 bytes unable to alloc 10 bytes unable to alloc 10

[ns] How to free memory ?

2011-06-09 Thread Zakia Khalfallah
Hi Friends, I have long simulations in a wide network and I need to free the memory after allocating it. i hear about the function Packet::free( ) like Packet::alloc( ) which is already called in some protocol code ( AODV for example ) So how can i add this function if it's the true one? ps :