Skip to content
Joaquin edited this page Sep 20, 2016 · 3 revisions

Getting started with Eclipse Vorto

Vorto is an open source tool that allows you to create and manage technology agnostic, abstract device descriptions, so called information models. Information models describe the attributes and the capabilities of real world devices. These information models can be managed and shared within the Vorto Repository. In addition Vorto provides a code generator extension point to plug-in various platform specific code generators into the Vorto infrastructure. Many example code generators exist showing the various possibilities how an information model can be translated into specific source code.

alt text

Vorto Toolset

Install & Run

  1. Eclipse for DSL Developers
  2. Java 8
  3. Install Vorto from Eclipse Marketplace

Alternatively, download the Vorto IDE and we set everything up for you, automatically.

Describe once, Run it on multiple platforms

  1. Open the Model Repository Browser in the Eclipse Vorto Perspective
  2. Search for an Information Model, e.g. 'XDK'
  3. Right-Click on the model, Choose 'Generate' and Select the Generator(s) of your choice, e.g. CoAP and Web UI. You should see the generated bundles in the Java Perspective.
  4. That's it! From a single Vorto Information Model, you just created a client and server stub which exchange XDK sensor-specific CoAP messages as well as render the sensor data in a UI web front-end.

Vorto Repository

The Eclipse Vorto Repository is a centralized server which manages Vorto Information Models and provides the perfect platform to share models, discuss them with others and translate models into multiple platform-specific code representations with a single mouse click, e.g. CoAP, Web UI etc.

Documentation

Read the Vorto Documentation

Downloads

Contact the Team

Clone this wiki locally