summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1438
blob: 8d50e0c04fde3a2bba866dfd45e6ca26ef439826 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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