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.0.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@sathipal sathipal released this 17 Feb 16:08
· 557 commits to master since this release

Added support for manual registration of attached devices

The zip module contains the following files,

  • com.ibm.iotf.client-0.0.10.jar - Client library that enables one to talk to IBM Watson IoT Platform
  • com.ibm.iotf.samples-0.0.10.jar - Contains samples
  • DMDeviceSample.properties - Properties file used to configure the list of options required to connect to IoT Foundation Connect and perform device management operations
  • device.prop - Properties file to specify connectivity information when DeviceClient and GatewayClient is used
  • application.prop - Properties file to specify connectivity information when ApplicationClient is used
  • lib - Contains all dependent libraries

For example, to run the application command publish example, specify the following command:

java -cp com.ibm.iotf.client-0.0.10.jar:com.ibm.iotf.samples-0.0.10.jar:lib/* com.ibm.iotf.sample.client.application.RegisteredApplicationCommandPublish