Difference between revisions of "Mbed/mbed Device Connector"

From ESS-WIKI
Jump to: navigation, search
(mbed connector security credentials)
(mbed connector access key)
Line 21: Line 21:
  
 
===Access keys===
 
===Access keys===
 +
Click '''Access keys''' under My Applications, then click '''CREATE NEW ACCESS KEY''' to create access key for your application in order to connect to mbed Device Connector REST API.
 +
 +
 +
[[File:mbed_connector_securityCredentials.png|800px]]
 +
 +
 +
==test==

Revision as of 11:27, 19 July 2016

Introduction

ARM mbed Device Connector provides a service for mbed developer to connect mbed device to its cloud. The service makes IoT device messaging, provisioning and updates available to other software, web applications and cloud through easily-integrated REST APIs.

Account and Security Key

Create your account and login. In Dashboard you can see information about your device and security related topics.


Mbed connector dashboard.png


Security credentials

Click Security credentials under My Devices, then click GET MY DEVICE SECURITY CREDENTIALS.


Mbed connector securityCredentials.png


The security credential required for your device to successfully register to mbed connector service is created. Copy and paste all the content to 'security.h' file in your mbed client source tree.


Access keys

Click Access keys under My Applications, then click CREATE NEW ACCESS KEY to create access key for your application in order to connect to mbed Device Connector REST API.


Mbed connector securityCredentials.png


test