[ns] ns:finding neighbor nodes

2013-04-03 Thread Ramaprabha N
Hi all I need some information that how to access the neighbor nodes from the neighbor node list . i have modified the following files aodv.cc and node.cc. can anybody help to access the neighbor list to find out the dynamic cluster head election. -- *--- prabha*

[ns] reg NS2 project

2013-04-05 Thread Ramaprabha N
Hi Am doing my project in NS2. I need to split the particular content from a file and assign it to a tcl list variable. Can anybody help.?? i hv attached the file. and i need to split like { 7 7 7 9 9 9 13} into a TCL list variable, {12 9 13 7 ...} into a tcl list variable like

[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 malic

[ns] trust in AODV

2013-04-09 Thread Ramaprabha N
Hi All How do we create direct and indirect trust of a node. how to use that direct and indirect trust in tcl -- *--- prabha*

[ns] finding trust for every node

2013-04-15 Thread Ramaprabha N
Hi can any one tell me how to calculate trust for every node in a network? -- *--- prabha*

[ns] Fwd: selfish node detection

2013-04-17 Thread Ramaprabha N
Hi All, I am using Trust aware cluster head election in manet. How can we calculate the trust value for a node?and how can we isolate a selfish node once it has identified? I am using NS2.34. -- *--- prabha*

[ns] segmentation fault error

2013-04-18 Thread Ramaprabha N
Hi All I am using NS2.34. And am working with MANET security. can any body tell me the reason for getting segmentation fault while running our program. but am getting my output screens. is there any missing outputs due to this?? plz let me know the people who knows the reason. thank

[ns] Reputation table creation

2013-04-19 Thread Ramaprabha N
Hi All Am using Ns2.34 manet security. In my project the cluster Head should handle the reputation value of the nodes. And am using Selfish node attack. I have created the attack in aodv.cc and i have written the isolation function in aodvrt_table.cc. I have an idea th

[ns] Erro in trust table creation

2013-04-23 Thread Ramaprabha N
Hi All Am doing my project in manet security using Ns2.34. Now am getting error in trust table creation using tcl. i have to set initial trust value (0) for each node.My Tcl code is as follows..am getting error like this. set trust 0 set node_($i) trust am getting error like this.

[ns] Trace file analysis

2013-05-10 Thread Ramaprabha N
Hi All, I want to have a clear idea about trace file analysis. Can any one pls tell me column number to find the Sender and Receiver node in trace file ( wireless network-MANET)?? -- *--- prabha*

[ns] selfish node isolation

2013-05-12 Thread Ramaprabha N
Hi All I have implemented the selfish node creation in aodv.cc . Can any body tell me how to isolate a malicious/ selfish nodes in aodv.cc function??? and it should be reflected in the printed route table. i mean the route table should avoid the particular malicious nodes... thanks i