Application specific data flow #19
kobelev-dev
started this conversation in
Enhancements
Replies: 1 comment 1 reply
-
Are you looking for a transparent radio-modem? Maybe ELRS airport mode may be of interest. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
Imagine I have some equipment installed on board (ozone level checker, whatever else, does not really matter) plus some custom code/application on the ground. I would like these parts to communicate in both directions. Essentially I want to use ELRS/CRSF as a radio modem. Modem is not understanding the meaning of the data that it transfers. This is what I want.
What is the best strategy for this? Grab any unused extended packet type and use CRSF_ADDRESS_RADIO_TRANSMITTER and CRSF_ADDRESS_FLIGHT_CONTROLLER as source/dest fields? Can I be sure that my payload will be delivered in both directions without disrupting anything else in transmitter/receiver? Or, is there any better solution?
Requirement of this type is not new. In the good old days of Win32 there was a message WM_USER+offset. Sender was able to send data to a window handle in format that is specific to this particular window class. Window was processing standard messages (WM_SIZE, WM_PAINT, etc.) plus custom messages of this particular application. This was something very useful and it was widely used. I want to have something similar in this protocol.
Would it be possible to define this here?
Thanks,
Kirill
Beta Was this translation helpful? Give feedback.
All reactions