Vehicle energy consumption and production simulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Youen Toupin b12e957ea4 fixed license text 3 years ago
assets automatization of svg embedding 3 years ago
simulator automatization of svg embedding 3 years ago
.gitignore automatization of svg embedding 3 years ago
AGPLv3.txt fixed license text 3 years ago
LICENSE changed license to be more restrictive 3 years ago
README.md Mise à jour de 'README.md' 3 years ago

README.md

vhelio-simulator

Vehicle energy consumption and production simulator. This tool has been created by Vélo solaire pour tous for simulating the vhélio behavior, but is designed to be easy to adapt to other vehicles.

Using the simulator

The easiest way is to use the online simulator.

You can also download the latest pre-built stand-alone version and open www/vhelio-simulator.html in your web browser. The program will run in your browser, but won't communicate with any server, this is a purely local application.

Building from source

Dependencies

The simulator is written in typescript, whose compiler depends on node.js.

The first step is to install node.js

Then go in the simulator folder and run this command: npm install. This will install all the npm modules listed in package.json, including the typescript compiler.

Build

Execute build.sh on Linux, or build.bat on Windows.

That's it, you can now open www/vhelio-simulator.html in your browser.