Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

com.ibm.messaging/watson-iot v0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@sathipal sathipal released this 06 Apr 11:17
· 334 commits to master since this release

List of features added/issues fixed in this release


Supported Features

Feature Supported?
Device connectivity
Gateway connectivity
Application connectivity
Watson IoT API
SSL/TLS
Client side Certificate based authentication
Device Management
Device Management Extension(DME)
Scalable Application
Auto reconnect
Websocket
Event/Command publish using MQTT
Event/Command publish using HTTP

The library artifact is pushed to the maven. Use the following maven dependency to include this library in your java application.

<dependency>
    <groupId>com.ibm.messaging</groupId>
    <artifactId>watson-iot</artifactId>
    <version>0.2.4</version>
</dependency>