Eclipse Vorto allows device manufacturers to easily describe device functionality and characteristics as Device Information Models and manage them in a central Vorto Repository. Vorto provides convenient tools for IoT Device Developers to convert Device Information Models to source code that runs on the device or gateway, easing the integration with IoT Platforms, such as the Bosch IoT Suite. This enables IoT Solution Developers to easily integrate devices into their IoT Solutions.
The easiest to get started, is to take a look at our Getting Started Guide
Search and access Vorto models as well as generate code using the Repository Java Client
If you want to manage other existing (standardized) device descriptions with the Vorto Repository, you can extend the Repository by providing a model importer using the Importer API.
Map arbitrary device payload, expressed as JSON or binary, to standardized data, that is described by Vorto Information Models. See Payload Mapping Documentation for more information.
- Read our tutorials
- Read our Vorto Documentation
- 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
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