Home - sfc-aqua/quisp GitHub Wiki
Welcome to the QuISP wiki!
What is QuISP?
see README
1. OMNeT++ Installation
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
2. Build QuISP and run a simulation
3. Setup Development Environment
if you plan to contribute to QuISP, these pages would help you.
Development
Useful links for developers
- 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.