-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from GeographicaGS/dev-cayetano-docs
Documentation - simulation examples folder
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Simulation configuration examples | ||
In this folder you can find several configuration examples (JSON files) to use with FIWARE Device Simulator. | ||
|
||
All the examples provided follow the requirements of [FIWARE Data Models](http://fiware-datamodels.readthedocs.io). | ||
|
||
## Examples provided | ||
Examples provided cover several domain areas: | ||
- [Parking](#parking) | ||
- [Waste](#waste) | ||
- [Street lighting](#street-lighting) | ||
|
||
### Parking | ||
- File: urbo-simulation-parking.json | ||
- Simulation: | ||
- 13 OffStreetParking entities. | ||
- 27 OnStreetParking entities. | ||
- 11 ParkingGroup entities. | ||
- 278 ParkingSpot entities. | ||
|
||
### Waste | ||
- File: urbo-simulations-waste.json | ||
- Simulation: | ||
- 173 WasteContainer entities. | ||
- 1 WasteContainerModel. | ||
|
||
### Street lighting | ||
- File: urbo-simulation-streetlight.json | ||
- Simulation: | ||
- 25 StreetlightControlCabinet entities. |