[ns] plotting xgraph with various shapes

2010-12-15 Thread neeraj gupta
Hi I am using ns-allin-one 2.30 i need to plot the multiple graph (using xgraph)with different shapes. kindly help Neeraj

[ns] Routing table genration

2010-12-15 Thread hirdesh kumar
Hi may anyone tell me the way of getting the routing table information of a node at an instant of time in aodv routing protocol... thanx in advance -- with regards Hirdesh Kumar C-DAC Noida 09555770603

Re: [ns] Re : Scheduler: Event UID not valid!

2010-12-15 Thread jasmine Nforh Paula
Hello Hadi, Thanks I solve the problem but I got this other problem. Not very good in program, I will appreciate a code that I can add in the tcl/lib/ns-lib.tcl script that has the Nsobject in this slot or is because the node address of my proxies are wrong or do I have tonnect both proxies

[ns] Thanks for your understanding Once more

2010-12-15 Thread jasmine Nforh Paula
Thanks I solve the problem but I got this other problem. Not very good in program, I will appreciate a code that I can add in the tcl/lib/ns-lib.tcl script that has the Nsobject in this slot or is because the node address of my proxies are wrong or do I have tonnect both proxies out of the

[ns] WRITING AND READING DATA TO AND FROM PACKETS

2010-12-15 Thread Akbar Hosseinkhani
Dear all, I want to write data in packets, and check(read) the data on the way to the destination. could any one give me an Idea. any response would be appreciated. AK.

Re: [ns] Multiple channel interface

2010-12-15 Thread Ghada Al-Mashaqbeh
Do a small search of multi-interface multi-channel support ns-2 module, you will easily find what you want. There is the mwnode patch, and Ramon's paper provide an excellent detailed procedure to support this facility, for me I am using it since it can be added to any ns-2 version. Regards,

[ns] WRITING AND READING DATA TO AND FROM PACKETS

2010-12-15 Thread Sidney Doria
HI, you may use pointers in the payload as a metaphor for your data. The real data is there, so the sender and the receiver can manipulate it. You might use typed data as objects or bag of bits, using chars. Anyway, the point here is the *size* of the data payload, which you must inform

[ns] Modify slow-start of Vegas

2010-12-15 Thread Ghassan Akrem
Hi all   How can modify slow-start phase behavior and other cwnd phases of Vegas TCP or other TCP variants?   Is it possible in NS-2??   Regards  

Re: [ns] Multiple channel interface

2010-12-15 Thread Mohit Tahiliani
Hello, The patch for Adding Multiple Support in NS-2 (for ns-2.33) is available on the following link: http://mohittahiliani.blogspot.com/2010/04/revised-adding-multiple-interface.html Also note that AODV routing protocol has also been modified in the same patch as per the guidelines given in

Re: [ns] Routing table generation

2010-12-15 Thread Mohit Tahiliani
Hello, A Tutorial on implementation of AODV in NS-2 by Mubashir Hussain Rehmani is available on the following link: http://www-npa.lip6.fr/~rehmani/aodv_v2.pdf See section 5.3.2 Functions for Routing Table Management Hope it helps. Regards,Mohit P. Tahiliani