Post B5V40DQVVcjWlOx4Vc by North@chaos.social
 (DIR) More posts by North@chaos.social
 (DIR) Post #B5V40DFABnewCDe0pM by North@chaos.social
       0 likes, 0 repeats
       
       This week's Python labor has borne fruit (and it's open source!) https://github.com/risingtideresearch/framedash/
       
 (DIR) Post #B5V40DQVVcjWlOx4Vc by North@chaos.social
       0 likes, 0 repeats
       
       (And I'm wrapping up a sister utility called veye, specifically targetting Victron VE.BUS traffic)
       
 (DIR) Post #B5V40DcCo85hLgQPk8 by lethalbit@chaos.social
       0 likes, 0 repeats
       
       @North Have you thought about also possibly setting some wireshark extcap stuff for them too?I recently did that for USB stuff https://github.com/shrine-maiden-heavy-industries/sol/pull/13But yeah these look awesome!
       
 (DIR) Post #B5V45QOYig60QtWZoe by North@chaos.social
       0 likes, 0 repeats
       
       @lethalbit I hadn't considered it but it's not a bad idea
       
 (DIR) Post #B5V4PvfAAzaFCS4Hei by lethalbit@chaos.social
       0 likes, 0 repeats
       
       @North Yee!If you go about it and stay in Python land, you can likely just yoink a large chunk of the stuff I've written there with some adaptation (yay BSD-3-Clause :v)Having a full PCAPNG serializer in Python is not super ideal, but hey it works.I've actually thought about making a proper extcap library thingie for Python eventually, but i've not had the need quite yet as i've only had to do this twice :v(which is not a lot but still more than a one-off at this point, lol)