
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
python-can-bluetooth
Advanced tools
A python-can interface driver for CAN transmitted over a Bluetooth SPP connection
|release| |python_implementation| |ci| |coverage| |downloads|
.. |release| image:: https://img.shields.io/pypi/v/python-can-bluetooth.svg :target: https://pypi.python.org/pypi/python-can-bluetooth/ :alt: Latest Version on PyPi
.. |python_implementation| image:: https://img.shields.io/pypi/implementation/python-can-bluetooth :target: https://pypi.python.org/pypi/python-can-bluetooth/ :alt: Supported Python implementations
.. |downloads| image:: https://pepy.tech/badge/python-can-bluetooth :target: https://pepy.tech/project/python-can-bluetooth :alt: Downloads on PePy
.. |coverage| image:: https://coveralls.io/repos/github/MattWoodhead/python-can-bluetooth/badge.svg?branch=main :target: https://coveralls.io/github/MattWoodhead/python-can-bluetooth?branch=main
.. |ci| image:: https://github.com/MattWoodhead/python-can-bluetooth/actions/workflows/tox.yml/badge.svg :target: https://github.com/MattWoodhead/python-can-bluetooth/actions/workflows/tox.yml
This module is a plugin for the python-can_. module, that allows the use of CAN messages transmitted over a Bluetooth SPP connection. It is similar to the CAN over serial protocol included in the python-can_. package, but includes additional error checking to ensure messages are not corrupted during transmission.
Install using pip::
$ pip install python-can-bluetooth
In general, useage is largely the same as with the main python-can_ library, using the interface designation of "bluetooth".
Create python-can bus with the Bluetooth interface:
.. code-block:: python
import can
bus = can.Bus(interface="bluetooth", channel="COM4", bitrate=250000, echo=False)
Some examples are present in the python-can-bluetooth/examples_ directory in the repository.
.. _python-can: https://python-can.readthedocs.org/en/stable/
.. _examples: https://github.com/MattWoodhead/python-can-bluetooth/tree/main/examples
FAQs
A python-can interface driver for CAN transmitted over a Bluetooth SPP connection
We found that python-can-bluetooth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.