Skip to content

HYang1996/NetworkSim

Repository files navigation

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.

About

A WDM ring optical network simulation package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages