Commit 8e61a7b
committed
feat: Add CoAP protocol support to serial modem
- Implement sm_at_coap.c with CoAP protocol handling
- Support for multiple CoAP contexts (up to 3 simultaneous connections)
- CoAP socket management and message handling
- TLS/DTLS credential support
- CoAP payload buffering (512 bytes)
- Update CMakeLists.txt to include CoAP source file
- Add conditional compilation with CONFIG_COAP flag
- Integrate sm_at_coap.c into the build system
This enables CoAP protocol communication capabilities in the serial modem application.1 parent 21c31e1 commit 8e61a7b
2 files changed
+823
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments