ppnet

所属分类:P2P编程
开发工具:Java
文件大小:7667KB
下载次数:5
上传日期:2014-12-27 17:14:27
上 传 者mmoorrtteezzaa
说明:  simulation p2p topology

文件列表:
planetsim_skipnet\howto_planetsim_skipnet.pdf (62359, 2008-09-19)
planetsim_skipnet\planetsim_skipnet\.classpath (494, 2014-10-26)
planetsim_skipnet\planetsim_skipnet\.project (393, 2008-09-19)
planetsim_skipnet\planetsim_skipnet\.settings\org.eclipse.jdt.core.prefs (364, 2014-10-26)
planetsim_skipnet\planetsim_skipnet\.settings\org.eclipse.wst.validation.prefs (1810, 2008-08-11)
planetsim_skipnet\planetsim_skipnet\bin\bad.SimNetTest.bat (78, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\bad.SimNetTest.sh (76, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\broadcast.BroadcastTest.bat (87, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\broadcast.BroadcastTest.sh (85, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\build.xml (3434, 2008-03-12)
planetsim_skipnet\planetsim_skipnet\bin\ChordDHT.net (149863, 2014-10-21)
planetsim_skipnet\planetsim_skipnet\bin\chordDHT.pheromones.bat (93, 2005-06-27)
planetsim_skipnet\planetsim_skipnet\bin\chordDHT.pheromones.nodeLevel.bat (103, 2005-06-27)
planetsim_skipnet\planetsim_skipnet\bin\data\BluesMan.txt (1523, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\BluesManReduced.txt (40, 2008-09-05)
planetsim_skipnet\planetsim_skipnet\bin\data\GenEventFile.bat (100, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\GenEventFile.sh (248, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\genfile_100_random.bat (105, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_fail.txt (68, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_join.txt (70, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_join1000d.txt (113349, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_join1000r.txt (113988, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_join100random.txt (3578, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_join5.txt (418, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_leave.txt (87, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\data\test_serializable1.txt (113450, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\dht.DHTPheromonesTest.bat (85, 2005-03-10)
planetsim_skipnet\planetsim_skipnet\bin\dht.DHTPheromonesTest.sh (83, 2008-01-24)
planetsim_skipnet\planetsim_skipnet\bin\dht.DHTTest.bat (75, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\dht.DHTTest.keys (8640680, 2005-02-15)
planetsim_skipnet\planetsim_skipnet\bin\dht.DHTTest.sh (73, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\dht.DHTTest.statistics (21487, 2008-02-08)
planetsim_skipnet\planetsim_skipnet\bin\dht2.DHTTest.bat (74, 2005-07-16)
planetsim_skipnet\planetsim_skipnet\bin\dht2.DHTTest.sh (74, 2005-07-16)
planetsim_skipnet\planetsim_skipnet\bin\factory.TestAppFactory.bat (88, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\factory.TestAppFactory.sh (84, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\factory.TestEndPointFactory.bat (91, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\factory.TestEndPointFactory.sh (89, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\factory.TestIdFactory.bat (87, 2005-04-09)
planetsim_skipnet\planetsim_skipnet\bin\factory.TestIdFactory.sh (83, 2005-04-09)
... ...

PlanetSim --------------- @author Jordi Pujol jordi.pujol@estudiants.urv.es http://ants.etse.urv.es/planetsim 1. Presentation ---------------------- This is the release PlanetSim 3.0. Its use and modification is under LGPL Licence. The PlanetSim is an overlay simulator. Exists a clear separation of the three different layers that are simulated: 1. Network level. Mantain the communication between all nodes in the network. 2. Node level: Implements each desired overlay, consisting in its routing table and the application suppport ability. 3. Application level: Implements the desired (one or more per node) using the underlying node to contact with other applications. Each implemented application has an objective, implements a DHT (Distributed Hash Table), for example. 2. Content ---------------------- These distribution is a Java Eclipse project (http://eclipse.org). One may use the "Import... -> Existing Project into Workspace" functionallity and browsing to this uncompressed directory to load the PlanetSim to your Eclipse. Elsewhere, you may edit any class and add the required classes and packages with any other IDE or editor. Then, you can use the ant project manager to compile and build the distribution planetsim.jar file automatically. See bin/README file for more details. Directory description: bin Contain all required scripts and source data file to run the existing tests. Also contains the build.xml and planetsim.properties files to use Ant. See bin/README for more details. docs Contain a brief introduction to the PlanetSim Architecture in HTML format. Also contain the HTML Javadoc API of the entire PlanetSim. lib Contain the required jars to compile and run all tests. src Contain the Java source classes of the PlanetSim. out Contain the Java bytecode classes of the PlanetSim. Initially empty. conf Contain the configuration files to run all the tests. 3. Feedback ----------------------- You can make a very good feedback send us your suggestions, implemented extensions, fixed bugs or the errors. Send an email to Jordi Pujol On any error or problem cases, you have to send these information: 1. Version of Planetsim in use 2. Short description of the error (or problem) 3. The detail of the main classes that take part (executed test, etc.) 4. The related stack trace (if exists) 5. Any other remarkable information. NOTE: The maximum size of the sent mail is 3MB. ----- Jordi Pujol Planet Project Member Planet: http://ants.etse.urv.es/planet PlanetSim: http://ants.etse.urv.es/planetsim July 20, 2005

近期下载者

相关文件


收藏者