-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Kentaro "zigen" Teramoto edited this page Nov 19, 2022
·
21 revisions
Welcome to the QuISP wiki!
see README
OMNeT++ is an extensible, modular, component-based C++ simulation library and framework and is used to simulate the network. First of all, you need to install OMNeT++. Choose your environment below. the latest version is 6.0.1
if you plan to contribute to QuISP, these pages would help you.
-
C++ Core Guidelines
- if you're puzzled about how to write C++ code, this guide might help you.
-
Pro Git
- if you're confused with git, see the official book.
- OMNeT++ Simulation Manual
-
SOURCETRAIL
- the source explorer. you can find where the method/variable/class are used/referred/defined.