-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
21 lines (15 loc) · 931 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OverSim - A Flexible Overlay Network Simulation Framework
OverSim is an open-source overlay network simulation framework for the
OMNeT++/OMNEST simulation environment. The simulator contains several
models for structured (e.g. Chord) and unstructured (e.g. GIA)
peer-to-peer protocols. OverSim is developed at the
Institute of Telematics, Universitaet Karlsruhe (TH).
Please look into the doc/ subdirectory where you'll find installation
instructions, the license and the API documentation.
If you need help, please visit the project website: http://www.oversim.org/
Disclaimer: OverSim is continuously being improved: new parts
are added, bugs are corrected, and so on. We cannot assert that any protocol
implemented here will work fully according to the specifications. YOU ARE
RESPONSIBLE YOURSELF TO MAKE SURE THAT THE MODELS YOU USE IN YOUR SIMULATIONS
WORK CORRECTLY, AND YOU'RE GETTING VALID RESULTS.
The OverSim team