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

Pre-release
Pre-release
Compare
Choose a tag to compare
@sathipal sathipal released this 07 Dec 09:38
· 581 commits to master since this release

Included support for scalable applications

The zip module contains the following files,

  • com.ibm.iotf.client-0.0.3.jar - Client library that enables one to talk to IoT Foundation Connect
  • com.ibm.iotf.samples-0.0.3.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 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.3.jar:com.ibm.iotf.samples-0.0.3.jar:lib/* com.ibm.iotf.sample.client.application.RegisteredApplicationCommandPublish