Get Started

Describe the preparatory steps for connecting devices to the NUBISON IoT platform.

Creating Service

After logging into the NUBISON IoT platform, create a service by following the instructions in the user guide.

Add ServiceπŸ“˜ Description of NUBISON IoT Functions > πŸ“– List of Services

Creating Product Model

After logging into the NUBISON IoT platform, create a product model by following the instructions in the user guide.

Add product moelπŸ“˜ Description of NUBISON IoT Functions > πŸ“– IoT Management > πŸ“– Product Model Management

Copy the product code and combine it with the identification key from the device addition process below to create a device key.

deviceKey = productCode + deviceIdentifier

Adding device

Refer to the user guide below to add a device.

Add DeviceπŸ“˜ Description of NUBISON IoT Functions > πŸ“– IoT Management > πŸ“– Device Management

The device identifier is a value that uniquely identifies each device within the service. Use the device's own key, such as the device's IP address and serial number, or the server-issued UUID.

Getting authentication key

Refer to the user guide below to generate an authentication key for a device. This authentication key is necessary when connecting a device to the NUBISON IoT platform. The methods of application are described in each section of the protocol.

Add ClientsπŸ“˜ Description of NUBISON IoT Functions > πŸ“– Service Management > πŸ“– Authentication Key Management

Your device is now prepared to establish a connection with the NUBISON IoT platform. Connect your actual device to the NUBISON IoT platform by navigating to the section corresponding to the protocol that your device supports.

Last updated