Rick van Schijndel
Rick van Schijndel
Do you have an error trace? I'd say your x values are not in a correct order, which GraphView does expect. When you look at your error log you'll then...
When I set the GraphView height to match_parent, it was solved.
Hmm, that does indeed work, but then another problem pops up. Apparently match_parent isn't actually supported within a constraintlayout. It does give strange results, because the textview is in the...
This would also help (the act of collecting patterns) when trying to fuzz rtl_433 (see #1062 ), as the demo inputs can be used as a seed to run the...
I've gathered some data to seed my fuzzer. I will attach them here. These are gathered by using the rtl_433_tests library and grepping the output/manually looking at output. There are...
[rfraw-samples.zip](https://github.com/merbanan/rtl_433/files/5507219/rfraw-samples.zip) This is an archive with rfraw samples for all the decoders with a known signal (key = rfraw signal, value = json output(s)) When I find the time I'll...
Is there anything from this still left that requires it to stay open?
I did a check of the bitbuffer stuff, but can't see any obvious problems with the current implementation. Possibly needs a better look. Edit: I did see some decoders skipping...
I've applied the patch here: https://github.com/merbanan/rtl_433/pull/609/files#diff-8326cbd8def5b1e6c70234312e3e4d55a4816c7b92d0fcf3121e6bc56ef92af7R58 (line 58-60) and found the following decoders don't work as before anymore: ``` rfraw file Kedsum-TH_kedsum-60.0f-66h.rfraw does not generate any output rfraw file Esperanza-EWS_gfile078.rfraw...
@zuckschwerdt Could you open an issue with the idea(s)? That might be helpful to have a discussion about how we want to go about implementing some more structured data. If...