Hono Configuration

Default Hono configuration to be used by other modules.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем config Библиотеки уровня приложения Configuration
Группа

Группа

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

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

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

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

0.5-M3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hono Configuration
Default Hono configuration to be used by other modules.
Организация-разработчик

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

Eclipse Foundation

Скачать hono-config

Имя Файла Размер
hono-config-0.5-M3.pom
hono-config-0.5-M3.jar 9 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

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-M3
0.5-M2
0.5-M1