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.

Author rumpelsepp
Recipients rumpelsepp
Date 2020-12-16.09:19:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608110351.71.0.562655830578.issue42653@roundup.psfhosted.org>
In-reply-to
Content
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
2020-12-16 09:19:11rumpelseppsetrecipients: + rumpelsepp
2020-12-16 09:19:11rumpelseppsetmessageid: <1608110351.71.0.562655830578.issue42653@roundup.psfhosted.org>
2020-12-16 09:19:11rumpelsepplinkissue42653 messages
2020-12-16 09:19:11rumpelseppcreate