Milan Stute

Results 6 issues of Milan Stute

Apple is [deprecating third-party kernel extensions](https://tunnelblick.net/cTunTapConnections.html), so using tuntaposx might no longer be an option in the future. VPN developers such as [Viscosity](https://www.sparklabs.com/blog/viscosity-for-mac-windows-version-1-9/) have apparently switched to macOS' [virtual ethernet](https://developer.apple.com/documentation/vmnet)...

enhancement

We developed a new mobility model for large-scale natural disasters which was published in the [ACM MSWiM 2017](http://mswimconf.com/2017/) conference. The code including a reference to our paper is available here:...

See commit messages.

These two patches should give considerable speed-ups especially when running large simulations.

When running the default simulation with assertions enabled (`-ea`), two assertions fail: ``` java -ea -Xmx512M -cp target:lib/ECLA.jar:lib/DTNConsoleConnection.jar core.DTNSim $* ``` First this: ``` Running simulation 'default_scenario' java.lang.AssertionError: No path...

**Problem description by example**: Let `new_settings.txt` define a new scenario with two groups but only sets a default speed for both groups: `Group.speed = 0.5, 1.5`. Since there are no...