summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1438
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1438')
-rw-r--r--results/classifier/gemma3:12b/peripherals/14388
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 000000000..b4c8a5921
--- /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