GPON simulation model in OMNET++

Viewed 117

Is there any GPON (gigabit-capable passive optical network) simulation model available for OMNET++? or is there any other alternate free simulator ?

1 Answers

A basic implementation of (1G) Ethernet Passive Optical Network (EPON) for OMNeT++ 4.1 ( an older version, latest version being OMNET++ 6) is available. For more details check the EPON project page.

https://omnetpp.org/download-items/EPON.html

Other simulators:

From sourceforge page I did find XG-PON module for the NS-3 network simulator. This module is designed and implemented with aim to provide a standards-compliant, configurable, and extensible module that can simulate XG-PON with reasonable speed and can support a wide range of research topics.

Like OMNET++, NS3 is also a widely used network simulator.

Related