iot - Device onboarding in IBM Bluemix platform -
i have few questions regarding onboarding thing in ibm bluemix iot. questions follows:
in scenario 1: let's need connect 1 thing bluemix platform, configure device type, device, authentication token, etc., connect device platform. possible in current situation.
in scenario 2: if need connect 50 things platform, configuring each , every device device id, token, etc.?
does bluemix provide discovery mechanism or other ways configure things automatically?
you can programmatically register devices using bulk/devices operations. https://docs.internetofthings.ibmcloud.com/swagger/v0002.html#!/bulk_operations/post_bulk_devices_add
also, recipe describes how register multiple iot devices.
if using gateway, devices can auto registered: "gateway auto-registration"
here other links may helpful. recipe talks in detail how register device in watson iot platform - https://developer.ibm.com/recipes/tutorials/how-to-register-devices-in-ibm-iot-foundation/
this java sample shows how 1 can bulk addition/deletion - https://github.com/ibm-messaging/iot-platform-apiv2-samples/blob/master/java/api-samples-v2/readme.md
Comments
Post a Comment