Skip to content

forsinu/InternetSimCentrality

 
 

Repository files navigation

InternetSim

Prerequisites

Make sure you have installed the following:

  1. A C++17 compatible C++ compiler
  2. MongoDB
  3. MongoDB C++ Driver
  4. Python's [Cython] package:
pip install Cython

Configuration

You can modify the configuration using the config.ini file.

Usage

Write a simulation description file, for example, refer to the two example files in the description directory.

Run the script to compile:

python3 setup.py build_ext --inplace

Execute the program with the following command:

python3 Main.py

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 82.8%
  • Python 10.9%
  • Cython 5.8%
  • Shell 0.5%