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 Thorney
Recipients Thorney, pitrou
Date 2012-07-15.13:10:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342357855.99.0.608670333225.issue15359@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-07-15 13:10:56Thorneysetrecipients: + Thorney, pitrou
2012-07-15 13:10:55Thorneysetmessageid: <1342357855.99.0.608670333225.issue15359@psf.upfronthosting.co.za>
2012-07-15 13:10:55Thorneylinkissue15359 messages
2012-07-15 13:10:55Thorneycreate