Tutorial
Table of Content
Preparing sensor, device model and a device
Precondition
- M2MLabs platform must be setup and run, for instructions please see Installation
First login

Owner Administration
- The admin user can execute crud operations on users/apikeys. Let's leave it as it is at the moment and go to "Sensor Models".

Sensor Model
- Create a Sensor Model e.g. called "MySensorModel". This will hold the attributes of the sensor.

- Select the sensor model you just created and click on the "Show Sensor Model" button.
- Click to "Add attribute" button and enter the name e.g. MyAttribute and select type Number.

Device Model
- Create a Device Model e.g. called "MyDeviceModel". This will hold the Sensor Model just previously created.

- Select the device model you just created and click on the "Show Device Model" button.
- Click to "Add sensor" button and enter the name e.g. MySensor and select type MySensorModel.

Device
- Create a Device e.g. called "MyDevice". This will hold the Device Model just previously created.

Tutorial completed
Next step: Simulating device data