NETSIM is a network simulator framework written in Python 3 and based on the NetworkX and SimPy package.
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.
Work in progress. See issues.
- Add decent visualisation options:
- using NetworkX's native visualisation functions
- using pandas timeseries submodule
- Add some example simulations:
- Simple epidemiological simulation (one-shot)
- Simple epidemiological simulation (monte-carlo)
- More complex social network simulation (monte-carlo)
- More tests