mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-11 15:08:59 +08:00
17 lines
447 B
Markdown
17 lines
447 B
Markdown
|
---
|
||
|
title: "CoAP"
|
||
|
symbol_kind: "intro"
|
||
|
decl_name: "coap.h"
|
||
|
---
|
||
|
|
||
|
CoAP message format:
|
||
|
|
||
|
```
|
||
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
|
||
|
|Ver| T | TKL | Code | Message ID | Token (if any, TKL bytes) ...
|
||
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
|
||
|
| Options (if any) ... |1 1 1 1 1 1 1 1| Payload (if any) ...
|
||
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
|
||
|
```
|
||
|
|