HiveMQ Edge offers this free, open source adapter SDK. The HiveMQ Edge adapter framework provides an open API that allows developers to create custom protocol adapter that suit their specific infrastructures.
Resources:
-
Web Site: http://www.hivemq.com
-
Community Forum: https://community.hivemq.com/
-
Contribution Guidelines: Contributing.adoc
-
License: The source files in this repository are made available under the Apache License Version 2.0.
The HiveMQ Edge adapter SDK is available in Maven central, so no special configuration is needed. To use the SDK, add the following dependency to your Maven project:
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-edge-adapter-sdk</artifactId>
<version>2024.4</version>
</dependency>
If you want to contribute to the HiveMQ Adapter SDK, see the contribution guidelines.
The HiveMQ Adapter SDK is licensed under the APACHE LICENSE, VERSION 2.0
.
A copy of the license can be found here.