/vehicle-edge

Vehicle Edge is a software stack, which acts as an interface between vehicle specific data sources and vehicle agnostic applications

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Welcome to the Vehicle Edge reference implementation

Gitter License

What is Vehicle Edge?

Vehicle Edge is a software stack, which acts as an interface within the software stack of domain or vehicle computers. The Vehicle Edge stack is built from various software components. It is built around the IoT Event Analytics Platform, which offers to write vehicle agnostic applications so called "Vehicle Applications".

A deployment and component overview can be found here

Initialize and/or update the iot-event-analytics submodule

Since the repository uses submodules, you have to clone it with the option --recurse-submodules. If you already have a clone without the submodule, then simply run git submodule update --init --recursive to fetch the submodule.

Getting started using docker-compose

Writing your first Vehicle App (aka IoT Event Analytics Talent) using the NodeJS SDK

  • Use the instructions given here