How does Authentication process done by server in CoAP using Contiki-NG?
Authentication process done by server in CoAP using Contiki-NG
Description:
Authentication is the process of recognizing user’s Identity.It is the mechanism of associating an incoming request with a set of Identifying credentials.The credentials provided are compared to those on a file in a database of the authorized user’s Information which is stored in a server.
Step 1
Open a Source Code in a following location : >> contiki-ng/os/net/app-layer/coap-engine.c.