From the course: IoT Foundations: Device Management

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Solution: Creating an OM2M service

Solution: Creating an OM2M service

(upbeat music) - [Instructor] You solve the challenge we'll need to do a few steps. We'll run the N-C-S-E and M-N-C-S-E applications first please make sure the O-M to M example directory under the exercise files directory was compiled with Maven and the J-D-K-A as shown here. Then we'll run the N-C-S-E application and M-N-C-S-E application. Then let's go to the web interface of the service. Once we ensure the services are up and running we can open Postman to send our HTTP requests for creating an application, a data container resource, and a data content instance resource. Here let's create our application first using the HTTP post request with the URL header and body contents shown here. Now we can see the response from Postman meaning the application was created successfully. Next let's create a data container by sending another HTTP post request with the URL header and body contents shown here. And we can see the…

Contents