Closed didiercarels closed 5 years ago
You need to start the ParkingAgent
that is supplied with O-MI Node and write mobivoc typed ParkingFacilities for it.
Here is more detailed steps to follow:
ParkingAgent
in the application.conf and uncomment all related settings.logs/omi.log
that the configuration syntax was correct and ParkingAgent was loaded on startup.ParkingFacility
objects. You can see an example use of some mobivoc and schema.org types under line 185 here. I think that the InfoItems for BMW screen are:
ParkingFacility
geo
name
operatedBy
url
Capacities
(this structure is optional)
CarCapacity
maximumValue
realTimeValue
/Objects/ParkingService/ParkingFacilities/
as in the example for best chance of working correctly in all systems.
What is the best way to proceed in order to allow the BMW i3 screen to display the integrated information between the Parking slot and the Waterbus stop? Do we have to add a method in the Waterbus OMI node to find the nearest parking slot? Or, do we have to add a method in the Parking OMI node to find the nearest Waterbus stop?