Introduce DataType Definitions for Meshcore Open#2392
Introduce DataType Definitions for Meshcore Open#2392zjs81 wants to merge 3 commits intomeshcore-dev:devfrom
Conversation
|
Hey @zjs81, thanks for the PR. Please have a read over this doc for updated information on how we are allocating IDs for group data packets.
We will be using the data type as an application identifier, this way applications can maintain their own internal ids/formats for various payloads. If an application wants 100 different payload types, it doesn't use up 100 slots from the limited pool. It would instead use up 1 slot for the application. Allowing for ~65k unique applications, rather than ~65k unique payload types. This means we don't need to be responsible for every single unique payload type that an application may want to use. We can instead just approve the application itself. Please note, the range I would probably suggest registering MeshCore Open as Please update the |
|
Hey Liam, That is really smart. Thank you for the guidance. I will make those changes. Regards, |
|
@liamcottle Docs have been updated ready for review |
This will be used for sending certain kinds of data on the meshcore open platform.