The Bosch IoT Suite Plugin provides a generator that eases the integration of devices with the Bosch IoT Suite.
The following tutorials help you to get started with the Generator:
In addition, you download a simple NodeJS/React - based web application, that renders device data from Bosch IoT Suite complying to org.eclipse.vorto Function Blocks.
The Bosch IoT Suite Code Generators can be easily invoked by 3rd party tools via the Vorto Repository REST API.
Generate for Arduino platform:
curl -GET https://vorto.eclipseprojects.io/api/v1/generators/boschiotsuite/models/org.eclipse.vorto:Temperature:1.0.0?language=arduino
Generate for Python platform:
curl -GET https://vorto.eclipseprojects.io/api/v1/generators/boschiotsuite/models/org.eclipse.vorto:Temperature:1.0.0?language=python
Generate for Java platform:
curl -GET https://vorto.eclipseprojects.io/api/v1/generators/boschiotsuite/models/org.eclipse.vorto:Temperature:1.0.0?language=java