blob: 199b03ec30b495f53064449b2bcb6bafc4d47738 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Allow to use QEMU sockets as a CAN bus backend
Additional information:
Good possible example how it can be done is via UDP multicast in `python-can` library:
- https://python-can.readthedocs.io/en/master/interfaces/udp_multicast.html
Another option, with less features is using a simple serial/character device like in:
- https://python-can.readthedocs.io/en/master/interfaces/serial.html
|