Combine CoAP Client and Server into a single CoAP agent. (#1745)

This commit is contained in:
Jonathan Hui
2017-05-12 11:51:19 -07:00
committed by GitHub
parent 08e52e55a5
commit 39b1162b1e
72 changed files with 1722 additions and 2349 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ otInstance::otInstance(void) :
, mLinkRaw(*this)
#endif // OPENTHREAD_ENABLE_RAW_LINK_API
#if OPENTHREAD_ENABLE_APPLICATION_COAP
, mApplicationCoapServer(mThreadNetif, OT_DEFAULT_COAP_PORT)
, mApplicationCoap(mThreadNetif)
#endif // OPENTHREAD_ENABLE_APPLICATION_COAP
#if OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL
, mLogLevel(static_cast<otLogLevel>(OPENTHREAD_CONFIG_LOG_LEVEL))