Hono Application

A Spring Boot application for running a Hono server

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.hono
ArtifactId

ArtifactId

hono-app
Last Version

Last Version

0.5-M5
Release Date

Release Date

Type

Type

jar
Description

Description

Hono Application
A Spring Boot application for running a Hono server
Project Organization

Project Organization

Eclipse Foundation

Download hono-app

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.hono/hono-app/ -->
<dependency>
    <groupId>org.eclipse.hono</groupId>
    <artifactId>hono-app</artifactId>
    <version>0.5-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-app/
implementation 'org.eclipse.hono:hono-app:0.5-M5'
// https://jarcasting.com/artifacts/org.eclipse.hono/hono-app/
implementation ("org.eclipse.hono:hono-app:0.5-M5")
'org.eclipse.hono:hono-app:jar:0.5-M5'
<dependency org="org.eclipse.hono" name="hono-app" rev="0.5-M5">
  <artifact name="hono-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hono', module='hono-app', version='0.5-M5')
)
libraryDependencies += "org.eclipse.hono" % "hono-app" % "0.5-M5"
[org.eclipse.hono/hono-app "0.5-M5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.hono : hono-server jar 0.5-M5
org.eclipse.hono : hono-demo-certs jar 0.5-M5

provided (1)

Group / Artifact Type Version
org.eclipse.hono : hono-legal jar 0.5-M5

runtime (1)

Group / Artifact Type Version
org.yaml : snakeyaml jar 1.14

Project Modules

There are no modules declared in this project.

Hono logo

Eclipse Hono provides uniform (remote) service interfaces for connecting large numbers of IoT devices to a (cloud) back end. It specifically supports scalable and secure data ingestion (telemetry data) as well as command & control type message exchange patterns and provides interfaces for provisioning & managing device identity and access control rules.

Getting started

Please refer to the Getting Started guide on the project web site.

Running Hono

Eclipse Hono consists of multiple micro service components. Please refer to the Admin Guide and User Guide sections on the project web site for details on how to configure and use these components.

Using Hono

Please take a look at the Developer Guide which provides examples of how clients can interact with Hono and how to create a custom protocol adapter.

Remote API

Clients can interact with Hono by means of AMQP 1.0 based message exchanges. Please refer to the corresponding API documentation pages for details:

Get in Touch

Please check out the Eclipse Hono project home page for details regarding our mailing list and #IRC channel.

Build status

  • Jenkins Build Status
  • Travis Build Status
org.eclipse.hono

Eclipse Foundation

Versions

Version
0.5-M5
0.5-M4
0.5-M3
0.5-M2
0.5-M1