Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclipse-hono/hono
Eclipse Hono™ Project
https://github.com/eclipse-hono/hono
eclipseiot internet-of-things messaging
Last synced: 3 months ago
JSON representation
Eclipse Hono™ Project
- Host: GitHub
- URL: https://github.com/eclipse-hono/hono
- Owner: eclipse-hono
- License: epl-2.0
- Created: 2016-02-08T15:45:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T05:28:10.000Z (6 months ago)
- Last Synced: 2024-05-23T06:32:33.306Z (6 months ago)
- Topics: eclipseiot, internet-of-things, messaging
- Language: Java
- Homepage: http://www.eclipse.org/hono
- Size: 48.8 MB
- Stars: 441
- Watchers: 37
- Forks: 138
- Open Issues: 102
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-edge - Eclipse Hono - provides uniform (remote) service interfaces for connecting large numbers of IoT devices to a (cloud) back end. (_Table of Contents_ / _Projects in the curated list are filtered based on the following conditions:_)
- awesome-repositories - eclipse-hono/hono - Eclipse Hono™ Project (Java)
README
![License](https://img.shields.io/github/license/eclipse/hono)
![Continuous Integration Build](https://img.shields.io/github/actions/workflow/status/eclipse-hono/hono/ci.yml?branch=master)
![Docker Pulls](https://img.shields.io/docker/pulls/eclipse/hono-service-auth)
![Latest Release](https://img.shields.io/docker/v/eclipse/hono-service-auth?sort=semver)![Hono logo](logo/PNG-150dpi/HONO-Logo_Bild-Wort_quadrat-w-200x180px.png)
[Eclipse Hono](https://www.eclipse.org/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](https://www.eclipse.org/hono/docs/getting-started/) on the project web site.
## Running Hono
Eclipse Hono consists of multiple micro service components provided as container images. Please refer to the
[Admin Guide](https://www.eclipse.org/hono/docs/admin-guide/) and
[User Guide](https://www.eclipse.org/hono/docs/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](https://www.eclipse.org/hono/docs/dev-guide/) which provides examples of
how clients can interact with Hono and how to create a custom protocol adapter.## Remote API
Applications can interact with Hono by means of Apache Kafka ™ or AMQP 1.0 based message exchanges. Please refer
to the corresponding [API documentation pages](https://www.eclipse.org/hono/docs/api/) for details.## Get in Touch
Please check out the [Eclipse Hono project home page](https://www.eclipse.org/hono/community/get-in-touch/) for
details regarding our Gitter channel and mailing list.