[New-bugs-announce] [issue15359] Sockets support for CAN_BCM
Brian Thorne
report at bugs.python.org
Sun Jul 15 15:10:55 CEST 2012
New submission from Brian Thorne <hardbyte at gmail.com>:
In addition to CAN_RAW introduced in Python 3.3, it would be really useful to expose the CAN_BCM protocol. Effectively it hands off as much to the kernel as possible which gives Python programs the ability to send and receive many periodic messages with little additional jitter or overhead.
I've attached an early stab at a patch to see if there is interest.
I'll be putting more examples of using BCM sockets at https://bitbucket.org/hardbyte/python-socket-examples
----------
components: Library (Lib)
files: python_bcm.patch
keywords: patch
messages: 165527
nosy: Thorney, pitrou
priority: normal
severity: normal
status: open
title: Sockets support for CAN_BCM
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file26386/python_bcm.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15359>
_______________________________________
More information about the New-bugs-announce
mailing list