From the course: IoT Foundations: Device Management

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Challenge: Creating an OM2M service

Challenge: Creating an OM2M service

(upbeat music) - [Instructor] In this challenge, we're going to use a few REST APIs to create a simple custom application based on the OM2M REST API documentation. We'll need to make the infrastructure node CSE and the middle node CSE applications up and running in the exercise file using JDK 8 and a we'll need a tool, such as Postman, to send the HTTP get or post requests. We'll need to complete the following tasks. First, we'll use the APIs to create our application named TEMP_SENSOR on the MN-CSE entity. Then, we'll need to add a data content instance resource with a simple value, 25 degrees Celsius. You can refer to the demo requests on the REST API documentation. I'm assuming this challenge may take up to 30 minutes.

Contents