blob: 88ef2cda4241bf2a4ccc2fd0a39bfe4d935c3fce (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|