0

I am using veins-4.7.1 and sumo-0.30.0. In my simulation i applied an algorithm to find the shortest path from vehicle current road to a parking area. Before applying the algorithm, vehicles need to make sure which park has a free space.

I defined parking area in parking.add.xml file as follow:

parkingArea id="ParkAreaA" lane="281572675#3_0" startPos="210" endPos="270" roadsideCapacity="10" width="15" length="30" angle="45" onRoad="false">

How to send parking space information to the cloud server in veins?

Baram
  • 19
  • 4

1 Answers1

0

This is not possible. The relevant TraCI interface function which Veins uses was not present in SUMO 0.30.0.

Michael
  • 3,510
  • 1
  • 11
  • 23
  • Thank you sir for your response. The cloud server i have mentioned in my post is a module in my simulation. I am new to omnet++, and i need to send parking space information to the cloud server in order to make sure which park has a free space. Thanks. – Baram May 18 '19 at 17:55