From 30f3bc4cacb11e9b0aff865a461236cea3a70302 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:27:51 +0100 Subject: [PATCH] Add communication protocol note Consider using open standard instead of proprietary one --- communication.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/communication.md b/communication.md index 69cbefe..d833fbc 100644 --- a/communication.md +++ b/communication.md @@ -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