diff options
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1438')
| -rw-r--r-- | results/classifier/gemma3:12b/peripherals/1438 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1438 b/results/classifier/gemma3:12b/peripherals/1438 new file mode 100644 index 00000000..b4c8a592 --- /dev/null +++ b/results/classifier/gemma3:12b/peripherals/1438 @@ -0,0 +1,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 |