programming-the-iot / book-exercise-tasks

This repo is for issues / tasks ONLY. All programming and related exercises for each chapter of 'Programming the Internet of Things' are listed here.
Other
11 stars 12 forks source link

PIOT-STU-08-002 #185

Open labbenchstudios opened 3 years ago

labbenchstudios commented 3 years ago

PIOT-STU-08-002

Additional student requirements

This exercise lets you choose whether you'll implement your CoAP server in your CDA or your GDA. Lab Module 09 will implement the CoAP client as part of the other application.

NOTE: You can choose to implement the CoAP server and client in both, of course.

In the appropriate README.md for this exercise, your output needs to include the following:

NOTE: You need to show that your own GDA CoAP server has all of the ResourceNameEnum resources registered appropriately and are accessible via both Discovery and a simple GET request. The resource handler implementation only needs to log a simple message indicating the GET was successful.

Review the README

Review the LICENSE and USAGE guidelines