[ns] Geocast Routing protocol for NS2.35

2013-04-08 Thread manish kumar
Hi all, Please share any geocast routing protocol for ns2.35. Thanks and regards Manish Kumar

[ns] CFP: IEEE HEALTHCOM 2013, Lisbon, Portugal October 09-12, 2013

2013-04-08 Thread Jaime Lloret Mauri
CALL FOR PAPERS 15th IEEE International Conference on e-Health Networking, Application Services (IEEE HEALTHCOM 2013) Lisbon, Portugal – October 09-12, 2013 http://www.ieee-healthcom.org IEEE Healthcom 2013 is fully sponsored by the IEEE Communications Society. It aims at bringing together

[ns] how to get node energy in tcl

2013-04-08 Thread nitpro
I want to get the node energy in tcl program and display the energy on the node in nsnam. How to do this? -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/how-to-get-node-energy-in-tcl-tp26595.html Sent from the ns-users mailing list archive at Nabble.com.

[ns] displaying energy as a text in nsnam

2013-04-08 Thread nitpro
I want to display the energy of a node in nsnam. I have multiple nodes and for each node I want to display the energy. How to do this? -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/displaying-energy-as-a-text-in-nsnam-tp26596.html Sent from the ns-users

[ns] cross layer implementation

2013-04-08 Thread shiny
hi frndz, how to make a cross layer between mac and transport layers without the interruption of network layer? -- With Regards, John Shiny.J

Re: [ns] displaying energy as a text in nsnam

2013-04-08 Thread Tuan LE HUU NGUYEN
On 09/04/2013 9:04 SA, nitpro wrote: I want to display the energy of a node in nsnam. I have multiple nodes and for each node I want to display the energy. How to do this? -- View this message in context:

[ns] Selfish node detection

2013-04-08 Thread Ramaprabha N
Hi All, I need to implement selfish node behavior in manet. I have changed aodv.cc by adding the following code. if(strcmp(argv[1], selfish) == 0) { malicious = true; return TCL_OK; } now my question is how do we tell that the selfish node should do something...(like

[ns] Encryption Implementation in NS2

2013-04-08 Thread godwin sam
Dear All, I am new to NS2. I have a small clarification.I would like to set up two nodes and send data between those nodes in encrypted format using RSA algorithm.Is it possible to do in NS2. Thanks .