[ns] looking for FHMIP ns extension

2006-08-19 Thread 장동혁
I am looking for FHMIP extension. FHMIP extension site “http://mobqos.ee.unsw.edu.au/~robert/nsinstall.php” is empty. Anyone have it??? Or anyone know another site to download it??? If you have FHMIP extension, please send me.. [EMAIL PROTECTED]

[ns] Compilation is okay .but problem in Simulation

2006-08-19 Thread Bilal AbuQadous
Dear ns-users I changed the code in MAC layer in ns-allinone-2.29;in the compilation no problems .. I got the follwoing problem in simulation steps .. Segmentation fault. While I did not make any segmentation ... at all. I don't under stand this error. I'm look forward to hear from you

[ns] clustering+manet+source code

2006-08-19 Thread *bahareh NTC*
hi all is there any body that who knows which kind of clustering algorthm is more pupular or more usufull when we have aodv and Network intrusion detection on cluser head and host intrion detection on cluster members for mobile ad hoc network?? ,,, thank you if you have any refrence

[ns] smac packet sizes question

2006-08-19 Thread ABDULAZIZ BARNAWI
Hi All, I would like to know how smac sync and Ctrl packet sizes are determined #define SIZEOF_SMAC_CTRLPKT 10 #define SIZEOF_SMAC_SYNCPKT 9 Thanks Abdulaziz

[ns] next hope at MAODV

2006-08-19 Thread Albalas F \(AT\)
Hi, Can anyone explain to me what the following source line means (I am working on MAODV). aodv_nh_entry * nh = mt-mt_nexthops.lookup(ch-prev_hop_); if (nh == NULL || nh-enabled_flag != NH_ENABLE){ if (nh) mt-mt_nexthops.remove(nh); Packet::free(p);