bug fixes
- VENTOS can now be installed from the downloaded zip file
- vehicleGetColor is now working correctly
- fix various memory leaks
- measure sim start/end/duration more accurately
- fix simulation end time recording
- fix getRSUposition when calling from initialize
- cleanup is now done in destructor not finish!
enhancements
- using a shorter relative path for sumoConfig
- gnuplot has its own class now
- vehicle equilibrium is now working for emulated cars and preserve color
- enable parallel build
- can now set the vglog window title with loggingWindowTitle
- adding glogActive parameters to turn glog window off/on
- recording PHY frames that are sent but not received in statistics
- TraCI logging is now working more efficiently
- adding vehicleExist TraCI command
- adding vehicleSlowDown TraCI command
- adding vehicleGetWaitingTime TraCI command
- adding new commands to get XML elements of addNode.xml
- can now run omnet++ in cmd mode without force-running sumo in cmd mode
- removing quit-on-end to facilitate debugging
- runme script checks eigen installation more accurately
- get rid of deprecated method 'getHostByName'
- placing RSUs randomly in the network
- updating the manual
- various small improvements