Skip to main content

A WDM ring datacentre network simulator

Project description

github readthedocs pypi binder

NetworkSim

NetworkSim is a Python package used to simulation data transmission in a typical optical wavelength ring network using the Wavelength Division Multiplexing (WDM) technique:

docs/source/images/Ring-Network-Diagram.png

In this package, two protocols have been implemented for the simulation, namely the fixed transmitter - tunable receiver (FT-TR) protocol and the tunable transmitter - fixed receiver (TT-FR) protocol.

This package is developed as part of our final year group project and is still under development. It will be constantly updated as we troubleshoot bugs and implement additional features.

Installation

The package is available via PyPI using:

pip install NetworkSim

Quickstart

from NetworkSim import BaseSimulator

simulator = BaseSimulator()
simulator.initialise()
simulator.run()
simulator.summary()

Documentation

Read the detailed package API reference.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NetworkSim-0.2.2.tar.gz (5.9 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page