You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by er...@apache.org on 2020/05/15 10:40:19 UTC

[plc4x] 04/08: Merge branch 'develop' of https://github.com/apache/plc4x into feature/scraper

This is an automated email from the ASF dual-hosted git repository.

erobinet pushed a commit to branch feature/scraper
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit e5d3cdd65b8ea04c16aacd3b3366e539d93ace29
Merge: cb640f8 6dd963f
Author: etiennerobinet <61...@users.noreply.github.com>
AuthorDate: Tue May 12 10:31:08 2020 +0200

    Merge branch 'develop' of https://github.com/apache/plc4x into feature/scraper

 RELEASE_NOTES                                      |   2 +
 plc4j/drivers/firmata/pom.xml                      |  12 +++
 plc4j/drivers/knxnetip/pom.xml                     |  12 +++
 plc4j/drivers/modbus/pom.xml                       |  12 +++
 plc4j/drivers/opcua/pom.xml                        |  39 ++++----
 .../apache/plc4x/java/opcua/OpcuaPlcDriver.java    |   1 -
 plc4j/pom.xml                                      |   2 +-
 plc4j/transports/pcap-replay/pom.xml               |  20 +++-
 plc4j/transports/raw-socket/pom.xml                |  19 ++++
 plc4j/transports/serial/pom.xml                    |  20 +++-
 plc4j/transports/udp/pom.xml                       |  20 ++++
 src/site/asciidoc/users/protocols/opc-ua.adoc      | 104 ++++++++++++++++++++-
 12 files changed, 231 insertions(+), 32 deletions(-)