Marian Buschsieweke
|
6dcb32d7b3
|
examples/gcoap: split client and server implementation
Move client and server side implementations into separate files to
increase readability. Also get rid of a goto.
|
2022-01-04 19:04:46 +01:00 |
|
|
1d5e2e9cd9
|
all: remove traces of kernel_types.h
Automatically removed using:
$ git grep -l kernel_types | xargs sed -i '/^#include .kernel_types/d'
|
2020-11-25 17:52:34 +01:00 |
|
Ken Bannister
|
342c3f2ed3
|
gcoap: Remove coap.h include file, which is no longer used.
Also change references in dependencies to the net/gcoap.h include.
|
2017-01-20 22:00:25 -05:00 |
|
Ken Bannister
|
1783c9c672
|
gcoap: CLI example
|
2016-10-31 22:41:52 -04:00 |
|