This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Expose ISO-TP Contants for Linux >= 5.10
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: menschel, rumpelsepp
Priority: normal Keywords: patch

Created on 2020-12-16 09:19 by rumpelsepp, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 23794 open rumpelsepp, 2020-12-16 09:19
PR 26174 open menschel, 2021-05-19 17:44
Messages (1)
msg383126 - (view) Author: Stefan Tatschner (rumpelsepp) * Date: 2020-12-16 09:19
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
History
Date User Action Args
2022-04-11 14:59:39adminsetgithub: 86819
2021-05-19 17:44:10menschelsetkeywords: + patch
nosy: + menschel

pull_requests: + pull_request24859
stage: patch review
2020-12-16 09:19:11rumpelseppcreate