Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.62 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.62 KB
Hono Logo

Eclipse Hono Extras

Eclipse Hono Extras provides additional resources for Eclipse Hono™.

Hono Protocol Gateways

See the protocol-gateway directory for a template and an example implementation for a Hono protocol gateway.

Device registry migration

See the device-registry-migration directory for example migration scripts from one device registry type to another.

Device communication API

See the device-communication directory for api specifications and implementation.

Device Management User Interface

See the device-management-ui directory for an example User Interface containing a list of tenants with the option to create, update and delete a tenant. Each tenant contains a list of its devices with the option to create and delete a device. Furthermore, the credentials of a device can be listed, created and deleted. Currently only Password Credentials and RPK Credentials are supported. This UI also contains the functionality to send a configuration or command through the Device Communication API.