er-coap-example: add example for client-side CoAP observe

This commit is contained in:
Daniele Alessandrelli 2015-02-22 18:21:25 +01:00
parent 799e9350a0
commit b6e716233a
3 changed files with 386 additions and 0 deletions

View file

@ -93,4 +93,6 @@
#undef COAP_PROXY_OPTION_PROCESSING
#define COAP_PROXY_OPTION_PROCESSING 0
/* Enable client-side support for COAP observe */
#define COAP_OBSERVE_CLIENT 1
#endif /* __PROJECT_ERBIUM_CONF_H__ */