blob: 47711447cf66fcace427ba86d23403b05262236f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
id = 1438
title = "Allow to use QEMU sockets as a CAN bus backend"
state = "opened"
created_at = "2023-01-13T02:24:49.977Z"
closed_at = "n/a"
labels = ["Networking", "kind::Feature Request"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1438"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = "n/a"
reproduce = "n/a"
additional = """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"""
|