christoph2 / pyxcp

ASAM XCP in Python

Home Page:http://pyxcp.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drop python 3.4 support

danielhrisca opened this issue · comments

Yep, I want to get rid of this pre35/py35 stuff in any case, but for some reason I still need 3.4 support for the next few months.

Regarding logging:
I think application logging and bus logging should be separated.
Bus-loggers should be pluggable / configurable -- one promising candidate are PCAP files (scapy could be used on the Python side)
xcpdump includes decent decoding logic, it would be easy to create a standalone program with no SocketCAN dependencies.

This is done now (/ we did it a while ago) :)
#64