Skip to content

eliasmalik/netxsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETSIM: A Network Simulator

NETSIM is a network simulator framework written in Python 3 and based on the NetworkX and SimPy package.

Introduction

NETSIM is built on top of NetworkX and SimPy. Its architecture is inspired by the nxsim project, which is in turn a Python 3 port and update of ComplexNetworkSim. Thanks to the authors of both packages for their work.

Status

Work in progress. See issues.

TODOs

  1. Add decent visualisation options:
  • using NetworkX's native visualisation functions
  • using pandas timeseries submodule
  1. Add some example simulations:
  • Simple epidemiological simulation (one-shot)
  • Simple epidemiological simulation (monte-carlo)
  • More complex social network simulation (monte-carlo)
  1. More tests

About

A simple network simulator based on NetworkX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages