-
-
Notifications
You must be signed in to change notification settings - Fork 693
SubGhz: Count signal repeats, new option to remove duplicates #373
Comments
Should be a setting in the subghz app, so if I want to see the repeated signal, I would, but while gathering, could filter the repeating ones. |
now implemented via 4eaa959 it uses a hash of the signal, so there is a tiny chance that it might ignore non-duplicates. |
Sounds pretty interesting, thanks! If I can give you a suggestion, instead of ignoring, it would be better to just identity it as a duplicate; whether it is an icon, an incremental counter next to the first signal (x2, x3, ..., xN) or with a specific button that postprocess all the read signals filtering the duplicates or toggling the counter mentioned before (this way you can hit "back" and see the full list and chronological order) (my favorite). Pros of this approach:
|
one of my incentives implementing this ignore option is that ram is limited, so ignoring duplicates saves space for other signals to be recorded. but youre right that a counter could be interesting too. will probably make something basic like a counter on each signal, after receiving a new one it searches in the history for others with same hash, when found it will remove it if you have ignore enabled, otherwise it will add 1 to the latest counter for that hash and mark it on this signal. also means that while ignoring, you will see a number of how many times that signal was repeated |
That'd be close to perfection 😁 |
now fully implemented via f96a6bd...9fbb9eb also works when decoding a raw file, will respect the setting you choose |
once again dynamic protocols dont work with this system yet but might eventually, just need a better hash implementation that ignores encrypted data and gives a meaningful hash |
Love it ❤️ |
Of course 😁 |
Bonus idea: being able to switch on and off the duplicates counter after recording signals would be pretty interesting |
it will go back through when a new signal is received if you toggle it on, will remove its previous duplicates. manually triggering it however not currently. we'll see |
I know 😁 But it would be quite sharp this way |
all done! |
Love ya❤️ |
Description of the feature you're suggesting.
If you keep running the Sub-GHz read for a while, you might get a good number of records.
The idea is to add the ability to gather them and show only the different ones, so you wont miss a different signal in the middle of a bunch of repeated ones.
Anything else?
Please let me know if this sounds like an interesting idea
The text was updated successfully, but these errors were encountered: