Conversation
…ng replays of candump logs
64b8352 to
63500f8
Compare
|
Interesting idea, and I can certainly see it being useful in some basic cases. |
|
Thanks. :) I was using it to search for must repeat packets recently. You can start the bisection with canplayer arguments to loop ('-l i') and then proceed with the search, interrupting the spawned canplayer with ctrl-c when you've found a behaviour in a loop or sure it isn't there. |
|
I will give it a try sometime soon, at the moment I'm trying to figure out On Thursday, April 21, 2016, Ben Gardiner notifications@github.com wrote:
I respectfully decline the invitation to join your hallucination. |
A utility script for hunting for CAN packets by bisecting replays of candump logs. Like git bisect, but for candump logs.
start, given a log file and canplayer arguments, assumes the packet you're looking for is there and begins by playing the first half. Then re-invoke the tool with good/yes or bad/no to have it playback the next bisection and repeat.