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"""