Skip to content

internetsys/InternetSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors