summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/105/device/1438
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/105/device/1438
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/105/device/1438')
-rw-r--r--results/classifier/zero-shot/105/device/143820
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/device/1438 b/results/classifier/zero-shot/105/device/1438
new file mode 100644
index 00000000..dfebb23f
--- /dev/null
+++ b/results/classifier/zero-shot/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