quarks.samples.connectors.iotf

Class IotfQuickstart

  • java.lang.Object
    • quarks.samples.connectors.iotf.IotfQuickstart


  • public class IotfQuickstart
    extends java.lang.Object
    IBM Watson IoT Platform Quickstart sample. Submits a JSON device event every second using the same format as the Quickstart device simulator, with keys temp, humidity and objectTemp and random values.

    The device type is iotsamples-quarks and a random device identifier is generated. Both are printed out when the application starts.

    A URL is also printed that allows viewing of the data as it received by the Quickstart service.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IotfQuickstart() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IotfQuickstart

        public IotfQuickstart()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)

Copyright IBM 2015,2016 - 2f6ad0e-20160307-0902