[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] Fwd: Sleep/awake mechanism

2013-04-19 Thread Gaya thri
hi... im doing sensor project in ns2 do u anyone have idea to implement sleep wake mechanism for the nodes

[ns] Multimedia over MANET

2013-04-19 Thread Puneet Agrawal
Hello everyone! If i am having a video file of 5 MB, & want to simulate transmission of that file over mobile adhoc network on ns2.35. Then what should be done? As Adhoc is infrastructurless doesnt provide Qos for high priority data. So I gone through various papers :"Quality of Service Aware

[ns] Error after loading scenario file

2013-04-19 Thread Puneet Agrawal
Hello everyone! can't read "node_(0)": no such variable     while executing "$node_(0) set X_ 220.862351576651"     (file "puneet" line 4)     invoked from within "source.orig puneet"     ("uplevel" body line 1)     invoked from within "uplevel source.orig [list $fileName]"     invoked from within

[ns] Error after loading mobility scenario file

2013-04-19 Thread Puneet Agrawal
Hello everyone! I am getting following error on terminal after loading scenario file; can't read "node_(0)": no such variable     while executing "$node_(0) set X_ 220.862351576651"     (file "puneet" line 4)     invoked from within "source.orig puneet"     ("uplevel" body line 1)     invoked fr

[ns] Printing wrong/absurd values of Contention Window.

2013-04-19 Thread Sahil Sharma
Hi all, I have put in print statement to print the contention window of every packet. I am getting absurd output in the console now. I have added the following statement: printf("adaptiveListen's cw is %f\n", rTime); The output is like: adaptiveListen's cw is 29414984 adaptiveListen's cw is 218

[ns] error after loading mobility scenario file

2013-04-19 Thread Puneet Agrawal
Hi sir/madam I carry out few changes in tcl for node definition & god definition & sorted out the problem. Thanks alot.