- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- Gnutellasim
Hello, my first post here!
I’m trying to develop a simple P2P module for NS2. To do so, I need the TCP module to spawn new connections runtime. I found this project by Georgia Tech, called gnutellasim, which implements both a dynamic TCP (spawning new connections during the simulation) implementation and a P2P Gnutella simulator for NS2. I’d like to use their TCP version to support my P2P simulator. Here’s their webpage:
http://www.cc.gatech.edu/computing/compass/gnutella/
Has anyone ever worked with that “Socket TCP” version? I can’t really understand how to get it to work. So far, I’m not being ultra specific, just to know if someone here knows something about it. If you want, I can get into the details.
Thanks in advance for helping!
Very long time ago, I made the ns2.26 version of GnutellaSim to work on cygwin and tested with some preliminary scenario. But its implementation seems to be too complicated.