mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* docs changes for PAYLOAD_TYPE_GRP_DATA
This commit is contained in:
parent
517f2f1efd
commit
515af35b13
3 changed files with 34 additions and 2 deletions
16
docs/number_allocations.md
Normal file
16
docs/number_allocations.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Number Allocations
|
||||
|
||||
This document lists unique numbers/identifiers used in various MeshCore protcol payloads.
|
||||
|
||||
# Group Data Types
|
||||
|
||||
The `PAYLOAD_TYPE_GRP_DATA` payloads have a 16-bit data-type field, which identifies which application the packet is for.
|
||||
|
||||
To make sure multiple applications can function without interfering with each other, the table below is for reserving various ranges of data-type values. Just modify this table, adding a row, then submit a PR to have it authorised/merged.
|
||||
|
||||
The 16-bit types are allocated in blocks of 16, ie. the lower 4-bits is the range.
|
||||
|
||||
| Data-Type range | App name | Contact |
|
||||
|-----------------|--------------------------|------------------------------------------------------|
|
||||
| 000x | -reserved- | |
|
||||
| FFFx | -reserved- | |
|
||||
Loading…
Add table
Add a link
Reference in a new issue