Eclipse Vorto provides a language for describing models and interfaces for IoT Digital Twins. Digital twins are models of entities in the physical world such as a (multi) sensor device, smart power plant, and other entities that participate in IoT solutions. Modeling enables IoT solutions and IoT platforms to provision, use, and configure IoT devices and logical entities from multiple sources in a single solution. Using the vortolang and describing the entities's capabilities, IoT platforms and IoT solutions can leverage the semantics of these IoT entities.
Getting Started with Vorto
Vorto Examples
Vorto comes with tons of examples, that demonstrate you the use of Vorto in IoT Solution Development.
One of these examples, is the Vorto Dashboard, that visualizes sensor data in Vorto Function Block compliant UI widgets: Click here for demo
Check out more cool Vorto Examples.
Developer Guide
- Plugin SDK that lets you extend Vorto with different plugin types
Contact us
- You want to chat with us?
- You found a bug in Vorto? Open a GitHub issue
- Find out more about the project on our Vorto Homepage
- You have a problem? Reach out to our developers through StackOverflow
Follow us
follow us @EclipseVorto
Channel | Releases | Features | Tutorials |
---|---|---|---|
|
|
|
|
|
|
|
We favor Twitter for feature and tutorial news, because the nature of twitter allows for shorter and faster news. Also such a flood of information via Email would be considered spam. If you have suggestions on how and what news we should provide let us know in the issues.
Contribute to the Project
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
- Your code fits the code style guidelines
Attribution
The code style guidlines are taken from https://github.com/google/styleguide.