Skip to content
Ken Bannister edited this page Nov 17, 2016 · 3 revisions

2016-11-17 archived. See RIOT PR 6117 for details.

This page describes the steps and changes to transform gcoap from a basis on the GNRC stack to the sock API. See the gcoap/sock branch.

Structure

sys/net/application/coap

Moved gcoap.c to here from sys/net/gnrc/application/coap

sys/include/net/gnrc

Add gcoap.h here. Update sys/include/net/gnrc/coap.h to simply include the new file.