j1939_logger
Controller Area Network (CAN) interface module
Install
- All systems
-
curl cmd.cat/j1939_logger.sh
- Debian
-
apt-get install python3-can
- Ubuntu
-
apt-get install python3-can
- Kali Linux
-
apt-get install python3-can
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-can
- Raspbian
-
apt-get install python3-can
- Dockerfile
- dockerfile.run/j1939_logger
python3-can
Controller Area Network (CAN) interface module
The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed to allow microcontrollers and devices to communicate with each other. It has priority based bus arbitration, reliable deterministic communication. It is used in cars, trucks, boats, wheelchairs and more. The 'can' package provides controller area network support for Python developers; providing "common abstractions to different hardware devices", and a suite of utilities for sending and receiving messages on a can bus. This package provides the bindings for Python 3.x (and some logging utilities)