close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 8, 2006, 5:54:28 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
3 | 3 | OverSim is an open-source overlay network simulation framework for the [http://www.omnetpp.org/ OMNeT++/OMNEST] simulation environment. The simulator contains several models for structured (e.g. Chord, Kademlia) and unstructured (e.g. GIA) peer-to-peer protocols. OverSim is developed at the [http://www.tm.uka.de/itm/index.php?lang=en Institute of Telematics], Universität Karlsruhe (TH). |
4 | 4 | |
| 5 | {{{ |
| 6 | #!html |
| 7 | |
| 8 | <table cellspacing='0' cellpadding='24' border='0' width='80%'> |
| 9 | <tr> |
| 10 | <td> <a href="ChordIPv4.png" target="blank"><img src='ChordIPv4_small.png' ></a></td> |
| 11 | <td> <a href="Chord-Ring.png" target="blank"><img src='Chord-Ring_small.png'></a></td> |
| 12 | <td> <a href="GIA.png" target="blank"><img src='GIA_small.png'></a></td> |
| 13 | </tr> |
| 14 | </table> |
| 15 | |
| 16 | }}} |
| 17 | |
5 | 18 | [[Image(htdocs:ChordIPv4_small.png)]] |