@@ -62,23 +62,25 @@ The table below lists interface drivers that can be added by installing addition
62
62
.. note ::
63
63
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.
64
64
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
+ +----------------------------+----------------------------------------------------------+
82
84
83
85
.. _python-can-canine : https://github.com/tinymovr/python-can-canine
84
86
.. _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
87
89
.. _zlgcan : https://github.com/jesses2025smith/zlgcan-driver
88
90
.. _python-can-cando : https://github.com/belliriccardo/python-can-cando
89
91
.. _python-can-candle : https://github.com/BIRLab/python-can-candle
92
+ .. _python-can-coe : https://c0d3.sh/smarthome/python-can-coe
90
93
0 commit comments