close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Dec 18, 2006, 7:27:31 PM (18 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
1 | | Redirect to OverSim |
2 | | [[redirect(wiki:OverSim)]] |
| 1 | = !OverSim = |
| 2 | |
| 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) and unstructured (e.g. GIA) peer-to-peer protocols. |
| 4 | |
| 5 | !OverSim is developed at the [http://www.tm.uka.de/itm/index.php?lang=en Institute of Telematics], Universität Karlsruhe (TH) within the scope of the [http://www.scalenet.de ScaleNet] project funded by the [http://www.bmbf.de/en/index.php German Federal Ministry of Education and Research]. The simulator is actively developed and open to contributions. If you have any questions regarding !OverSim, please send an email to [http://www.tm.uka.de/itm/people.php?id=43&lang=en Ingmar Baumgart] or the MailingList. |
| 6 | |
| 7 | {{{ |
| 8 | #!html |
| 9 | |
| 10 | <table cellspacing='0' cellpadding='24' border='0' width='100%'> |
| 11 | <tr> |
| 12 | <td width='5%'></td> |
| 13 | <td> <a href="../chrome/site/ChordIPv4.png" target="blank"><img src='../chrome/site/ChordIPv4_small.png' alt='Chord IPv4' ></a></td> |
| 14 | <td> <a href="../chrome/site/Chord-Ring.png" target="blank"><img src='../chrome/site/Chord-Ring_small.png' alt='Chord ring'></a></td> |
| 15 | <td> <a href="../chrome/site/GIA.png" target="blank"><img src='../chrome/site/GIA_small.png' alt='GIA'></a></td> |
| 16 | <td width='5%'></td> |
| 17 | </tr> |
| 18 | </table> |
| 19 | |
| 20 | }}} |
| 21 | |
| 22 | == Good Starting Points == |
| 23 | |
| 24 | * OverSimGuide -- Starting point for '''!OverSim documentation'''. |
| 25 | * OverSimFeatures -- Already available and planned !OverSim features. |
| 26 | * OverSimDownload -- Download !OverSim on this page. |
| 27 | * MailingList -- Join the mailinglist for user and developer discussions, |
| 28 | * OverSimTeam -- The core developers of !OverSim. |
| 29 | |
| 30 | For a complete list of available wiki pages, see TitleIndex. |