InterviewSolution
Saved Bookmarks
| 1. |
CoAP feels very much like HTTP.(a) True(b) FalseThe question was asked by my school teacher while I was bunking the class.Question is taken from CoAP Protocol in section Internet Principles of IOT |
|
Answer» CORRECT choice is (a) True The explanation: From a developer point of VIEW, CoAP FEELS very MUCH like HTTP. Obtaining a value from a SENSOR is not much different from obtaining a value from a Web API. |
|