About the Simulation Framework OverSim
@titlepage
ITM OverSim for OMNeT++
OverSim is a flexible simulation framework for overlay networks.
It includes implementations of several overlay protocols like Chord,
Gia.
History and contributors.
For up-to-date info, visit the current
OverSim home page.
A few useful starting points for browsing the documentation:
- the Usage Diagram
includes all modules and networks
- applications models: KBRTestApp, GIASearchApp, RealWorldTestApp, etc.
- overlay protocols: Chord, Gia, etc.
- underlay configurators: IPv4UnderlayConfigurator, SimpleNetConfigurator
to automatically assing IP addresses and set up static routes;
- hosts: OverlayHost, AccessRouter, OverlayAccessRouter, OverlayRouter etc.
- network access: dsl, ethernetline, fiberline
- global modules: GlobalObserver, BootstrapOracle
- message classes: BaseOverlayMessage, etc.
- control info classes (used in communication between protocol layers):
OverlayCtrlInfo, etc.
Related documentation: