This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 818bee60827 doc: Improve PLC4X documentation by adding most common
supported protocols
818bee60827 is described below
commit 818bee60827a04d051b891d005d949ff63b02719
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Jun 10 10:03:37 2024 +0200
doc: Improve PLC4X documentation by adding most common supported
protocols
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-plc4x/src/main/docs/plc4x-component.adoc | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/components/camel-plc4x/src/main/docs/plc4x-component.adoc
b/components/camel-plc4x/src/main/docs/plc4x-component.adoc
index 2512f80f44a..35e1673bede 100644
--- a/components/camel-plc4x/src/main/docs/plc4x-component.adoc
+++ b/components/camel-plc4x/src/main/docs/plc4x-component.adoc
@@ -14,7 +14,20 @@
*{component-header}*
-The Camel Component for PLC4X allows you to create routes using the PLC4X API
to read from a PLC device or write to it.
+The Camel Component for PLC4X allows you to create routes using the PLC4X API
to read from a Programmable Logic Controllers (PLC) device or write to it.
+
+It supports various protocols by adding the driver dependencies:
+* Allen Bradley ETH
+* Automation Device Specification (ADS)
+* CANopen
+* EtherNet/IP
+* Firmata
+* KNXnet/IP
+* Modbus (TCP/UDP/Serial)
+* Open Platform Communications Unified Architecture (OPC UA)
+* Step7 (S7)
+
+The list of supported protocols is growing in https://plc4x.apache.org[PLC4X].
There are good chance that they will work out of the box just by adding the
driver dependency. You can check
https://plc4x.apache.org/users/protocols/index.html[here].
== URI Format