[ns] Performance Evaluation of 802.15.4

2012-11-13 Thread Muhammad Javed
Hi all, I want to simulate 802.15.4 and want to get throughput and delay. So anyone can help me that how i will do simulation and how i will get throughput and delay values in graph. i will use ns-2.34.   Best regards, Muhammad Javed

[ns] Multicast PMIPv6 simulation

2012-11-13 Thread Sovortey Thaly
Dear everyone, Now I am want to simulation Multicast Proxy Mobile IPv6 on ns-2 but I don't how can I do so if who know and have experience on this please help me, and if you have a source code can you provide it to me because I need it as urgent research for my thesis research. Best Regard --

[ns] 1st IEEE EVN-SGA 2013 - in conjunction with VTC2013-Spring

2012-11-13 Thread Jaime Lloret Mauri
Apologies for cross-posting *CALL FOR PAPERS* 1ST IEEE WORKSHOP ON ELECTRIC VEHICLE NETWORKS FOR SMART GRID APPLICATIONS (EVN-SGA 2013) June 2, 2013, Dresden, Germany In conjuntion with 2013 IEEE 77th Vehicular Technology Conference: VTC2013-Spring Workshop website:

[ns] can't read chan: variable is array

2012-11-13 Thread Fazlullah Khan
Hi all! While running the simulation I get the following error, any body have any idea about it. num_nodes is set 5 can't read chan: variable is array while executing $node add-interface $chan $propInstance_ $llType_ $macType_ $ifqType_ $ifqlen_ $phyType_ $antType_ $topoInstance_ $inerrProc_

Re: [ns] Performance Evaluation of 802.15.4 (Muhammad Javed)

2012-11-13 Thread Fazlullah Khan
802.15.4 is alreaady implemented/simulated in Ns-2.34, what are you going to implement? You want to find throughput and delay of what? On 11/14/12, ns-users-requ...@isi.edu ns-users-requ...@isi.edu wrote: Send Ns-users mailing list submissions to ns-users@isi.edu To subscribe or

[ns] Implement a key-value list in TCL

2012-11-13 Thread Behnaz Bostanipour
Hi, I need to make a key-value list in TCL (where key is the time and value is the (x,y) coordinates of a mobile node). However the command keyless of the tclX does not recognized in NS2 environment and I can not use keyed list structure of tclX. Do you have a code example or implementation