summary refs log tree commit diff stats
path: root/results/classifier/105/device/1438
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/device/1438')
-rw-r--r--results/classifier/105/device/143820
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/105/device/1438 b/results/classifier/105/device/1438
new file mode 100644
index 00000000..dfebb23f
--- /dev/null
+++ b/results/classifier/105/device/1438
@@ -0,0 +1,20 @@
+device: 0.697
+other: 0.565
+network: 0.278
+mistranslation: 0.262
+socket: 0.220
+graphic: 0.205
+semantic: 0.192
+instruction: 0.058
+boot: 0.054
+vnc: 0.032
+KVM: 0.006
+assembly: 0.002
+
+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