Skip to content

VENTOS 1.0.1 (April 2018)

Latest
Compare
Choose a tag to compare
@ManiAm ManiAm released this 06 Apr 09:15
· 17 commits to master since this release

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