-
Hi, I was hoping you might be able to provide me with a link to the location in the source where you handle the parsing of Flipper Zero .sub files to obtain the bits. My understanding of the format is that it is very similar to rtl433's .ook file format which is not supported by URH. In the .ook format the first number of the actual data is the pulse duration, and the second is the gap duration. I know quite a few assumptions need to be made (and the clock recovered) in order to get the desired information out and I would like to take a look at how you accomplished it. I would also like to eventually build a python script to extract the bits/hex from a given Flipper RAW or an .ook file. Appreciate any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found what I was looking for in Signals.py and was able to write my own script to only extract the bitstream from flipper RAW files. I am undecided if it is worth putting on github, but if I do I will prominently cite URH |
Beta Was this translation helpful? Give feedback.
Found what I was looking for in Signals.py and was able to write my own script to only extract the bitstream from flipper RAW files. I am undecided if it is worth putting on github, but if I do I will prominently cite URH