opensimmpls icon indicating copy to clipboard operation
opensimmpls copied to clipboard

OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and method...

Results 5 opensimmpls issues
Sort by recently updated
recently updated
newest added

To make easier extensions development a dynamic plugin loader should be implemented to allow collecting stats (simulation events). In this way you can have a graphic collector, can dump data...

enhancement

This should make possible to use less monitors/locks and make more understandable the code. At the same time is will make easier extend the simulator.

enhancement

Almost Java collection uses now generics. OpenSimMpls should be updated to use them and remove lot of casting that won't be necessary.

enhancement

Define a JSON file format for OpenSimMPLS scenarios (OSM). It wil be necessary to modify classes under simMPLS.io.osm to import/export from/to JSON. I'll use mjson for this.

enhancement
help wanted