Skip to content

Commit 16e3d0c

Browse files
author
Gerrit Beine
committed
Add COE interface plugin to the list.
1 parent b6280b1 commit 16e3d0c

1 file changed

Lines changed: 20 additions & 17 deletions

File tree

doc/plugin-interface.rst

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)