summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/1438
blob: b4c8a5921a7663c53ea021cc40fc63ac362f0dd8 (plain) (blame)
1
2
3
4
5
6
7
8
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