Giter Site home page Giter Site logo

iirzyk / sem Goto Github PK

View Code? Open in Web Editor NEW

This project forked from szymonszott/sem

0.0 0.0 0.0 567 KB

A Simulation Execution Manager for the ns-3 Network Simulator

Home Page: https://simulationexecutionmanager.readthedocs.io

License: GNU General Public License v2.0

Makefile 0.08% Python 99.79% Shell 0.13%

sem's Introduction

A Simulation Execution Manager for ns-3

Build Status codecov

A Python library to perform multiple ns-3 script executions, manage the results and collect them in processing-friendly data structures.

Building the module

This module is developed using pipenv facilities. In order to manage virtual environments and install dependencies, make sure pipenv is installed. Typically, the following is enough:

pip install pipenv

From the project root, one can then install the package and the requirements with the following:

pipenv install

If a development environment is also desired, the Pipfile's dev-packages can be installed by attaching the --dev flag to the command above.

After this step, a sub-shell using the new virtual environment can be created by calling:

pipenv shell

Now, a python REPL can be started to use the library interactively.

ns-3-dev submodule

In order to execute the scripts in the examples/ folder, it's possible to populate the ns-3-dev git submodule:

git submodule init
git submodule update

Once this is done, the scripts in examples/ can be directly run:

python examples/one-shot.py

Documentation

Documentation can be built locally using the makefile's docs target. The documentation of the current version of the package is also available on readthedocs.

Authors

Davide Magrin

sem's People

Contributors

dvdmgr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.