@@ -62,23 +62,25 @@ The table below lists interface drivers that can be added by installing addition
6262.. note ::
6363 The packages listed below are maintained by other authors. Any issues should be reported in their corresponding repository and **not ** in the python-can repository.
6464
65- +----------------------------+-------------------------------------------------------+
66- | Name | Description |
67- +============================+=======================================================+
68- | `python-can-canine `_ | CAN Driver for the CANine CAN interface |
69- +----------------------------+-------------------------------------------------------+
70- | `python-can-cvector `_ | Cython based version of the 'VectorBus' |
71- +----------------------------+-------------------------------------------------------+
72- | `python-can-remote `_ | CAN over network bridge |
73- +----------------------------+-------------------------------------------------------+
74- | `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
75- +----------------------------+-------------------------------------------------------+
76- | `zlgcan `_ | Python wrapper for zlgcan-driver-rs |
77- +----------------------------+-------------------------------------------------------+
78- | `python-can-cando `_ | Python wrapper for Netronics' CANdo and CANdoISO |
79- +----------------------------+-------------------------------------------------------+
80- | `python-can-candle `_ | A full-featured driver for candleLight |
81- +----------------------------+-------------------------------------------------------+
65+ +----------------------------+----------------------------------------------------------+
66+ | Name | Description |
67+ +============================+==========================================================+
68+ | `python-can-canine `_ | CAN Driver for the CANine CAN interface |
69+ +----------------------------+----------------------------------------------------------+
70+ | `python-can-cvector `_ | Cython based version of the 'VectorBus' |
71+ +----------------------------+----------------------------------------------------------+
72+ | `python-can-remote `_ | CAN over network bridge |
73+ +----------------------------+----------------------------------------------------------+
74+ | `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
75+ +----------------------------+----------------------------------------------------------+
76+ | `zlgcan `_ | Python wrapper for zlgcan-driver-rs |
77+ +----------------------------+----------------------------------------------------------+
78+ | `python-can-cando `_ | Python wrapper for Netronics' CANdo and CANdoISO |
79+ +----------------------------+----------------------------------------------------------+
80+ | `python-can-candle `_ | A full-featured driver for candleLight |
81+ +----------------------------+----------------------------------------------------------+
82+ | `python-can-coe `_ | A CAN-over-Ethernet interface for Technische Alternative |
83+ +----------------------------+----------------------------------------------------------+
8284
8385.. _python-can-canine : https://github.com/tinymovr/python-can-canine
8486.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
@@ -87,4 +89,5 @@ The table below lists interface drivers that can be added by installing addition
8789.. _zlgcan : https://github.com/jesses2025smith/zlgcan-driver
8890.. _python-can-cando : https://github.com/belliriccardo/python-can-cando
8991.. _python-can-candle : https://github.com/BIRLab/python-can-candle
92+ .. _python-can-coe : https://c0d3.sh/smarthome/python-can-coe
9093
0 commit comments