close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Sep 29, 2008, 11:20:28 AM (16 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v33
|
v34
|
|
5 | 5 | [[Image(arch_small.png, right, nolink)]] |
6 | 6 | |
7 | | * '''Flexibility''': The simulator allows to simulate both structured and unstructured overlay networks (currently ''Chord'', ''Pastry'', ''Bamboo'', ''Koorde'', ''Broose'', ''Kademlia'', ''GIA'', '''Vast''', and '''Publish-Subscribe for MMOGs''' are implemented). The modular design and use of the Common API facilitate the extension with new features or protocols. Module behaviour can easily be customized by specify parameters in a human readable configuration file. |
| 7 | * '''Flexibility''': The simulator allows to simulate both structured and unstructured overlay networks (currently ''Chord'', ''Pastry'', ''Bamboo'', ''Koorde'', ''Broose'', ''Kademlia'', ''GIA'', ''Vast'', and ''Publish-Subscribe for MMOGs'' are implemented). The modular design and use of the Common API facilitate the extension with new features or protocols. Module behaviour can easily be customized by specify parameters in a human readable configuration file. |
8 | 8 | |
9 | 9 | * '''Interactive GUI''': In order to validate and debug new or existing overlay protocols you can make use of the GUI of OMNeT++, which visualizes networks topologies, messages and node state variables like the routing table. |
… |
… |
|
19 | 19 | * '''Statistics''': The simulator collects various statistical data such as sent, received, or forwarded network traffic per node, successful or unsuccessful packet delivery, and packet hop count. |
20 | 20 | |
21 | | * '''Applications''': Several overlay applications like a DHT, Scribe, SimMud, P2PNS and several test applications (KBRTestApp, DHTTestApp, SimpleGameClient) are implemented. |
| 21 | * '''Applications''': Several overlay applications like a DHT, Scribe, !SimMud, P2PNS and several test applications (KBRTestApp, DHTTestApp, and !SimpleGameClient) are implemented. |
22 | 22 | |
23 | 23 | {{{ |