Hono Server

The server component of Hono provides the following APIs: - Telemetry - Registration

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.hono
Идентификатор

Идентификатор

hono-server
Последняя версия

Последняя версия

0.5-M5
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hono Server
The server component of Hono provides the following APIs: - Telemetry - Registration
Организация-разработчик

Организация-разработчик

Eclipse Foundation

Скачать hono-server

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
io.vertx : vertx-core jar 3.4.0
org.slf4j : slf4j-api jar 1.7.2
org.apache.qpid : proton-j jar 0.18.0
io.vertx : vertx-proton jar 3.4.0
org.springframework.boot : spring-boot jar 1.4.0.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 1.4.0.RELEASE
org.eclipse.hono : hono-core jar 0.5-M5

provided (1)

Идентификатор библиотеки Тип Версия
org.eclipse.hono : hono-legal jar 0.5-M5

runtime (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-logging jar 1.4.0.RELEASE

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
io.vertx : vertx-unit jar 3.4.0
org.assertj : assertj-core jar 3.2.0
org.eclipse.hono : hono-client jar 0.5-M5

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.5-M5
0.5-M4
0.5-M3
0.5-M2
0.5-M1