[ns] code to implement application level caching scheme for MANETs

2011-04-10 Thread Sainadh P
Hello All, I am working on a project for implementing caching schemes for MANETs. I tried a lot and I spent a lot of time on this work. Finally I found a PDF that describes the procedure. But sadly I do not have the time to implement it on my own now. So I request if any body has code for

[ns] Can a packet contain objects?

2011-03-30 Thread Sainadh P
Hi all, I am trying to implement an ADU which should contain PathList and CacheList which are linked lists. My doubt is whether ns-2 supports objects in ADUs. If it does , it solves a big problem for me. Can somebody help me? I will be very thankful to them. I am using ns-2.34 under Fedora 13.

[ns] implementing caching feature in ns-2

2011-03-29 Thread Sainadh P
Hi all, I am trying to implement a caching algorithm for peer to peer wireless networks in ns-2. I am trying to create an application that sends and receives packets that contains user data. This data should be stored in a caching table in selected nodes. I am using the ns-2-app framework. My