Looking for input: Protobuf style binary format for encoding messages (CC1101) #673
beardstack
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
hi @jgromes - may I have your opinion on this please? |
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
-
Hey there;
I am looking to create a standard format to store captured signals from URH and be able to edit, save and replay them on a CC1101 transceiver. I have too many signals to capture and there is no standardized format out there when it comes to this. I've mostly been working with the evilcrow hardware but would also eventually like to be able to use it elsewhere too (e.g yardstick one).
I'm looking to optimize space utilization, reduce processing (eliminate json) by using protobuf and add some extra metadata making things easier to deal with on a micro controller. At this present time I am focused on the CC1101 chip but ideally I'd really like a standard format for more than this particular transmitter.
I am both new to RadioLib, signal transmissions and protobuf. I'd really appreciate any comment on the following protobuf package/message structure. I want to use best practices, sensible defaults and use a sensible structure that contains every detail possible to allow replaying of any compatible signal. The next step after this would be to create a new plugin in URH to export this particular message format. What are your thoughts?
[github](https://github.com/beardstack/urh/tree/master/protobuf)
EDIT: Updated after further tweaks
Beta Was this translation helpful? Give feedback.
All reactions