Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.18 KB

File metadata and controls

31 lines (18 loc) · 1.18 KB

Eclipse Hono Generator

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

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