Oracle IoT Cloud Service

Oracle IoT Cloud Service (IoTCS) is used to provide the device sensor data to the AR experience. This data may be live device data, or device simulator data generated from within IoTCS.

Note: Oracle applications should be configured in the order in which they are listed in this accelerator guide, as there are dependencies that must be configured as you walk through each step of the configuration process.

This accelerator uses IoTCS to provide the demo device ID to the AR experience. The device ID indicates which specific device is being used in the demo, like a serial number. The device ID is used as the identifier, or foreign key, across applications in this accelerator.

This is a single-device scenario and does not account for more than one device. In the real world, the AR application would be configured to identify unique devices locally using techniques such as barcode scanning or image identification. The device ID for each unique device would be obtained via that scan, but then would use the same processes to pull data from the various systems in this accelerator.

IoTCS has different URLs based on the actions that you intend to perform. The format is typically https://hostname/<function>. For example:
  • https://oc-129-150-113-190.compute.oraclecloud.com/am
  • https://oc-129-150-113-190.compute.oraclecloud.com/ds
  • https://oc-129-150-113-190.compute.oraclecloud.com/ui

We will operate from the ui and ds suffixes for this accelerator.