Engine for Vleet (Virtual Fleet) simulator for AirVantage
## Usage
### Environnement
- Install Nodejs
- Clone this repository
- Install the dependencies:
npm install
from the root folder
Have a look at config/simulations/trucks.json.template file to create your own.
Let's say you want to simulate an alarm system, create a alarmSystem.json
file in config/simulations folder. The name of the file will be used to reference your simulation.
Add them in custom-generators folder.
- Create a
setup.json
out of the setup.json.template file. - Provide the name of the simulation you want to run (name of the you created in config/simulations)
- Select the AirVantage DataCenter you target:
eu
orna
- Provide your (or a technical user) credentials on the selected AirVantage DataCenter.
From the root folder just launch npm start