File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,13 +65,16 @@ The table below lists interface drivers that can be added by installing addition
6565+----------------------------+-------------------------------------------------------+
6666| Name | Description |
6767+============================+=======================================================+
68+ | `python-can-canine `_ | CAN Driver for the CANine CAN interface |
69+ +----------------------------+-------------------------------------------------------+
6870| `python-can-cvector `_ | Cython based version of the 'VectorBus' |
6971+----------------------------+-------------------------------------------------------+
7072| `python-can-remote `_ | CAN over network bridge |
7173+----------------------------+-------------------------------------------------------+
7274| `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
7375+----------------------------+-------------------------------------------------------+
7476
77+ .. _python-can-canine : https://github.com/tinymovr/python-can-canine
7578.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
7679.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
7780.. _python-can-sontheim : https://github.com/MattWoodhead/python-can-sontheim
Original file line number Diff line number Diff line change 3535 "pcan" : ["uptime~=3.0.1" ],
3636 "remote" : ["python-can-remote" ],
3737 "sontheim" : ["python-can-sontheim>=0.1.2" ],
38+ "canine" : ["python-can-canine>=0.2.2" ],
3839 "viewer" : [
3940 'windows-curses;platform_system=="Windows" and platform_python_implementation=="CPython"'
4041 ],
You can’t perform that action at this time.
0 commit comments