Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1987.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add [python-can-coe](https://c0d3.sh/smarthome/python-can-coe) interface plugin to the documentation.
37 changes: 20 additions & 17 deletions doc/plugin-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,25 @@ The table below lists interface drivers that can be added by installing addition
.. note::
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.

+----------------------------+-------------------------------------------------------+
| Name | Description |
+============================+=======================================================+
| `python-can-canine`_ | CAN Driver for the CANine CAN interface |
+----------------------------+-------------------------------------------------------+
| `python-can-cvector`_ | Cython based version of the 'VectorBus' |
+----------------------------+-------------------------------------------------------+
| `python-can-remote`_ | CAN over network bridge |
+----------------------------+-------------------------------------------------------+
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
+----------------------------+-------------------------------------------------------+
| `zlgcan`_ | Python wrapper for zlgcan-driver-rs |
+----------------------------+-------------------------------------------------------+
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
+----------------------------+-------------------------------------------------------+
| `python-can-candle`_ | A full-featured driver for candleLight |
+----------------------------+-------------------------------------------------------+
+----------------------------+----------------------------------------------------------+
| Name | Description |
+============================+==========================================================+
| `python-can-canine`_ | CAN Driver for the CANine CAN interface |
+----------------------------+----------------------------------------------------------+
| `python-can-cvector`_ | Cython based version of the 'VectorBus' |
+----------------------------+----------------------------------------------------------+
| `python-can-remote`_ | CAN over network bridge |
+----------------------------+----------------------------------------------------------+
| `python-can-sontheim`_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
+----------------------------+----------------------------------------------------------+
| `zlgcan`_ | Python wrapper for zlgcan-driver-rs |
+----------------------------+----------------------------------------------------------+
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
+----------------------------+----------------------------------------------------------+
| `python-can-candle`_ | A full-featured driver for candleLight |
+----------------------------+----------------------------------------------------------+
| `python-can-coe`_ | A CAN-over-Ethernet interface for Technische Alternative |
+----------------------------+----------------------------------------------------------+

.. _python-can-canine: https://github.com/tinymovr/python-can-canine
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
Expand All @@ -87,4 +89,5 @@ The table below lists interface drivers that can be added by installing addition
.. _zlgcan: https://github.com/jesses2025smith/zlgcan-driver
.. _python-can-cando: https://github.com/belliriccardo/python-can-cando
.. _python-can-candle: https://github.com/BIRLab/python-can-candle
.. _python-can-coe: https://c0d3.sh/smarthome/python-can-coe

Loading