Add communication protocol note
Consider using open standard instead of proprietary one
This commit is contained in:
parent
6f8ed3fd17
commit
30f3bc4cac
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
# Heliox communication protocol
|
||||
|
||||
> **Note:**
|
||||
>
|
||||
> look into state-of-the-art protocols -> https://www.reddit.com/r/embedded/comments/11bxeux/whats_everyone_is_using_for_framing_and/
|
||||
>- CBOR
|
||||
>- MessagePack
|
||||
>- Protobufs
|
||||
|
||||
The following structure can be used to communicate with the Heliox control over several carrier protocols (UART, BL LE,...)
|
||||
|
||||
## Basic data structure
|
||||
|
|
Loading…
Reference in a new issue