[New-bugs-announce] [issue42653] Expose ISO-TP Contants for Linux >= 5.10

Stefan Tatschner report at bugs.python.org
Wed Dec 16 04:19:11 EST 2020


New submission from Stefan Tatschner <stefan at rumpelsepp.org>:

Linux >= 5.10 gained a new SocketCAN module called ISOTP. This is an implementation of ISO 15765-2 which is mainly used in vehicle CAN networks. Expose the constants from linux/can/isotp.h in the socket module.

These constants are not entirely new. Previously there was an out of tree kernel module available and a subset of these constants are already available in CPyton.

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/can/isotp.h
[2]: https://github.com/hartkopp/can-isotp

----------
components: Library (Lib)
messages: 383126
nosy: rumpelsepp
priority: normal
pull_requests: 22652
severity: normal
status: open
title: Expose ISO-TP Contants for Linux >= 5.10
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42653>
_______________________________________


More information about the New-bugs-announce mailing list