Overview
Vorto provides an Eclipse Toolset that lets you describe the device functionality and characteristics as Information Models. These models are managed in a Vorto Repository. Code generators convert these models into device - specific "stubs" that run on the device and send Information Model compliant messages to an IoT Backend. In order to process these messages in the IoT backend, Vorto offers a set of technical components, for example parsers and validators. For devices sending arbitrary, non-Vorto, messages to an IoT backend, the Vorto Mapping Engine helps you to execute device message transformations to IoT Platform specific meta-models, e.g. Eclipse Ditto or AWS IoT Shadow.
Learn more about how to use Vorto in our tutorial section.
Getting started with Vorto
1. Create Account and Install Vorto Toolset
- Log-in to Vorto Repository with your Github account and complete the sign-up process.
- Download the Vorto Eclipse Toolset
- Restart Eclipse
- Go to Eclipse Settings --> Vorto Repository and configure your Vorto username and password
2. Describe a device with Vorto
Switch to the Vorto perspective and start describing the functionality of a device.
3. Publish the Information Model
Use the Vorto Eclipse Toolset to share the model with the Vorto Repository, by right-clicking on the Information Model in the Vorto perspective.
4. Generate Source Code for Eclipse Hono
Integrate the device by sending a Vorto message to Eclipse Hono via MQTT.
- Open the Vorto Repository
- Select your Information Model
- Choose Eclipse Hono Generator and confirm with Generate.
- Download the generated Device client stub and import it into your IDE
- Send data to hono.eclipse.org sandbox for your preconfigured tenant and registered device ID.
Please take a look at the Eclipse Hono Web Site for the sandbox configuration parameters
Developer Guide
Generator SDK
With the Generator SDK you can easily create and plug-in a new Vorto Generator. Read the Tutorial
Here is a list of currently supported Vorto Generators
Repository Client API
Access models and generate code via the Repository Client API
Data Mapping API
Learn more about, how to map arbitrary device data, such as JSON or BLE GATT, to Vorto compliant Eclipse Ditto payload. Data Mapping API
Documentation
- Read our tutorials
- Read our Vorto Documentation
Contact us
- You want to chat with us ?
- You have problems with Vorto ? Open a GitHub issue
- Find out more about the project on our Vorto Homepage
- Reach out to our developers on our Discussion Forum
Contribute to the Project
Make sure, that you have installed Vorto for contributors
When you create a Pull Request, make sure:
- You have a valid CLA signed with Eclipse
- All your commits are signed off (git commit -s)
- Your commit message contains "Fixes #
<Github issue no> - Target to merge your fix is development branch
