Re: [ns] DHT implementation in NS-2

2008-12-22 Thread Phenix
h_Entry *)Tcl_GetHashValue(entryPtr); delete hashPtr; Tcl_DeleteHashEntry(entryPtr); entryPtr = Tcl_NextHashEntry(&searchPtr); } } Regards, Phenix ---------- From: "Shailander Srinivasa V" Sent: Saturday, December 20, 2008 7:21 PM

[ns] DHT implementation in NS-2

2008-12-20 Thread Shailander Srinivasa V
Hi All,    I am trying to implement DHT(Dynamic Hash Table)  in NS-2 as a part of Location-Aware-Routing Protocol for MANETS. I am unable to find any DHT implementations in NS-2.   Can anyone please guide me on how to approach towards the implementation.