EVNotify / EVNotiPi

Python Version of EVNotify
Other
29 stars 17 forks source link

Implement generic ISO-TP decoder #78

Closed noradtux closed 4 years ago

noradtux commented 4 years ago

New generic ISO-TP decoder. Takes a nested dict describing addresses, commands and how to parse the output. This should make adding new cars easier and less error prone. It's also almost twice as fast as the old implementation :)