Question
Currently python-can extracts can data only from any blf, what it does to ethernet data? And on what parameters it is skipping?
If possible can you suggest any way or library which can extract ethernet data as well
This library probably supports Ethernet data: https://bitbucket.org/tobylorenz/vector_blf/src/master/ But it's C++.
I knew about this c++ Library, but anyway thanks.
I am looking for any python Library
The supported interfaces of this library are listed here. You can also interface with C++ code from python.
I think there is no clear task to complete in this issue.