jopohl / urh

Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
GNU General Public License v3.0
10.99k stars 874 forks source link

Multiple decoders #1059

Closed szechyjs closed 1 year ago

szechyjs commented 1 year ago

It would be nice to allow for multiple decoders during analysis. For example I'd like to be able to set the first N bits to NRZ, then the rest of the message to Manchester. Without this it creates decoding errors in the Manchester encoded portion of the message.

andynoack commented 1 year ago

Hey @szechyjs, when you are labeling your protocol you can can disable the decoding for individual labels (right click -> edit labels).