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

Pre-release
Pre-release
Compare
Choose a tag to compare
@sathipal sathipal released this 02 Feb 08:29
· 576 commits to master since this release

Added Gateway support

The zip module contains the following files,

  • com.ibm.iotf.client-0.0.7.jar - Client library that enables one to talk to IBM Watson IoT Platform
  • com.ibm.iotf.samples-0.0.7.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
  • javadoc - Contains the client library documentation

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

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