Vorto Code Generators convert Vorto Information Models into platform-specific source code that integrates a device with the IoT Backend. For more information about Eclipse Vorto, check out the Eclipse Vorto Web Site
- AWS IoT Generator
- Eclipse Californium Generator
- iOS Generator
- Javabean Generator
- LaTeX Documentation Generator
- Eclipse Leshan Generator
- Markdown Documentation Generator
- Eclipse Paho Generator
- PTC ThingWorx Generator
- Device Web Dashboard Generator
- AngularJS Web UI Generator
- Eclipse Kura Generator
- Google Protobuf Generator
- Samsung ARTIK Generator
Eager to try out the example generators? Head over to the repository quickstart section There is a short tutorial on spinning up Docker conatiners that run the whole package.
This Docker image expects a bind mount of the docker folder into /gen/config/
to read the configuration.
The configuration is provided using the config.json
file, it contains the configuration for the repoisitory, the generators and the 3rd party generators.
The proxy settings are read and then the complete file is passed to Spring Boot using the SPRING_APPLICATION_JSON
env var.