net/unicoap: Unified and Modular CoAP stack: Messaging and Minimal Server (pt 2)#21582
net/unicoap: Unified and Modular CoAP stack: Messaging and Minimal Server (pt 2)#21582carl-tud wants to merge 178 commits intoRIOT-OS:masterfrom
Conversation
da014c7 to
4d00949
Compare
So yes, go for it! |
Very strange, cannot reproduce with |
@mguetschow Do you have any suspicion why this might be happening? |
So if use my own |
This PR is the second in a series to introduce
unicoap, a unified and modular CoAP implementation for RIOT. An overview of all PRs related tounicoapis presented in #21389, including reasons whyunicoapis needed and a performance analysis.What does this PR include?
unicoapon a thread of your choice, e.g., the main thread.The new API is more flexible. CoAP endpoints are abstracted into a
unicoap_endpoint_tstructure and transport-specific settings are controlled by flags. For example, this is a simple resource that responds with "Hello, World!".More in the documentation (CI build sometimes not available, e.g., due to failing tests).
Open discussion points
why does Github not allow to see all unresolved comments and/or to pin comments?!?
listed in #21582 (comment)