Eclipse Hono Generator
December 9, 2020 ยท View on GitHub
This generator generates source code that sends device telemetry data to Eclipse Hono via MQTT.
It supports the generation for the following platforms:
- Arduino (ESP8266)
- Python
- Java
Related tutorials
- Connect an ESP8266 to Eclipse Hono
- Connect an ultrasonic sensor on Raspberry Pi to Eclipse Hono
- Connect a Java-based device to Eclipse Hono
Example Usage
The following curl commands show, how you can invoke the Eclipse Hono Generator for different device platforms:
Generate for Arduino platform:
curl -GET https://vorto.eclipseprojects.io/api/v1/generators/eclipsehono/models/com.ipso.smartobjects.Load_Control:1.1.0?language=arduino
Generate for Python platform:
curl -GET https://vorto.eclipseprojects.io/api/v1/generators/eclipsehono/models/com.ipso.smartobjects.Load_Control:1.1.0?language=python
Generate for Java platform:
curl -GET https://vorto.eclipseprojects.io/api/v1/generators/eclipsehono/models/com.ipso.smartobjects.Load_Control:1.1.0?language=java