summary refs log tree commit diff stats
path: root/results/classifier/108/other/1438
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-05 06:55:18 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-05 06:55:18 +0000
commit993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch)
tree024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/1438
parent2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff)
downloadqemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz
qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip
add new classifier result
Diffstat (limited to 'results/classifier/108/other/1438')
-rw-r--r--results/classifier/108/other/143822
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/108/other/1438 b/results/classifier/108/other/1438
new file mode 100644
index 000000000..8d50e0c04
--- /dev/null
+++ b/results/classifier/108/other/1438
@@ -0,0 +1,22 @@
+device: 0.697
+other: 0.565
+network: 0.278
+socket: 0.220
+graphic: 0.205
+semantic: 0.192
+performance: 0.056
+boot: 0.054
+PID: 0.050
+files: 0.039
+debug: 0.038
+vnc: 0.032
+permissions: 0.021
+KVM: 0.006
+
+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