Manuel Domínguez-Dorado
Manuel Domínguez-Dorado
Hi, good night. Is it possible to specify ca-file in this plugin? I want to connect to mariadb cluster configured as SSL-only that uses a self-signed certificate of my own...
Hi, thank you so much for such a great work!! This is only to let you know that I'm using MiGLayout in OpenSimMPLS (https://github.com/manolodd/opensimmpls). I still have to migrate from...
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...
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.
Almost Java collection uses now generics. OpenSimMpls should be updated to use them and remove lot of casting that won't be necessary.
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.
## Proposed change ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing or incorrect information in the current documentation...