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

sruehl pushed a change to branch feature/notificationSupport
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


 discard 94d48c0  first draft implementing notification support
     add a9ba2b6  Added some documentation on how to setup and use the VPN
     add dd2566f  Cleanup of the PDU Fragmentation feature.
     add eaa651a  Added some more documentation on the VPN
     add c12d7bb  Added some more documentation on the VPN
     add 113a226  initial port of AdsLib to test compatibility of to c++ 
implementation
     new 3a3703d  first draft implementing notification support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (94d48c0)
            \
             N -- N -- N   refs/heads/feature/notificationSupport (3a3703d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../plc4x/java/ads/api/commands/types/Result.java  |   4 +-
 .../plc4x/java/ads/api/generic/types/AmsError.java |   8 +-
 .../java/ads/connection/AdsTcpPlcConnection.java   |   4 +
 .../ads/adslib/ADSClientNotificationExample.java   | 281 +++++++++++
 .../org/apache/plc4x/java/ads/adslib/AdsLib.java   | 545 +++++++++++++++++++++
 .../apache/plc4x/java/ads/adslib/AmsRequest.java   |  50 ++
 .../apache/plc4x/java/ads/adslib/AmsRouter.java    | 368 ++++++++++++++
 .../org/apache/plc4x/java/ads/adslib/Output.java}  |  21 +-
 .../plc4x/java/ads/adslib}/package-info.java       |   6 +-
 plc4j/protocols/ads/src/test/resources/logback.xml |   4 +-
 .../base/connection/TcpSocketChannelFactory.java   |   3 +
 .../org/apache/plc4x/java/s7/netty/S7Protocol.java |  48 +-
 .../model/messages/S7CompositeRequestMessage.java  | 142 ------
 .../strategies/DefaultS7MessageProcessor.java      | 393 ++++++++++-----
 .../s7/netty/strategies/S7MessageProcessor.java    |  10 +-
 .../SingleAddressPerMessageS7MessageProcessor.java |  80 ---
 src/site/asciidoc/developers/vpn.adoc              | 149 ++++++
 src/site/resources/img/plc4x-vpn-beckhoff.jpg      | Bin 0 -> 177770 bytes
 .../resources/img/plc4x-vpn-client-download.png    | Bin 0 -> 83864 bytes
 src/site/resources/img/plc4x-vpn-fatek.jpg         | Bin 0 -> 175304 bytes
 src/site/resources/img/plc4x-vpn-siemens-hmi.jpg   | Bin 0 -> 129282 bytes
 src/site/resources/img/plc4x-vpn-siemens-s7.jpg    | Bin 0 -> 146523 bytes
 src/site/resources/img/plc4x-vpn-wago.jpg          | Bin 0 -> 195501 bytes
 src/site/site.xml                                  |   1 +
 24 files changed, 1727 insertions(+), 390 deletions(-)
 create mode 100644 
plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/adslib/ADSClientNotificationExample.java
 create mode 100644 
plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/adslib/AdsLib.java
 create mode 100644 
plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/adslib/AmsRequest.java
 create mode 100644 
plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/adslib/AmsRouter.java
 copy 
plc4j/protocols/ads/src/{main/java/org/apache/plc4x/java/ads/api/util/ByteBufSupplier.java
 => test/java/org/apache/plc4x/java/ads/adslib/Output.java} (71%)
 copy plc4j/protocols/ads/src/{main/java/org/apache/plc4x/java/ads/api/commands 
=> test/java/org/apache/plc4x/java/ads/adslib}/package-info.java (78%)
 delete mode 100644 
plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/messages/S7CompositeRequestMessage.java
 delete mode 100644 
plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/strategies/SingleAddressPerMessageS7MessageProcessor.java
 create mode 100644 src/site/asciidoc/developers/vpn.adoc
 create mode 100644 src/site/resources/img/plc4x-vpn-beckhoff.jpg
 create mode 100644 src/site/resources/img/plc4x-vpn-client-download.png
 create mode 100644 src/site/resources/img/plc4x-vpn-fatek.jpg
 create mode 100644 src/site/resources/img/plc4x-vpn-siemens-hmi.jpg
 create mode 100644 src/site/resources/img/plc4x-vpn-siemens-s7.jpg
 create mode 100644 src/site/resources/img/plc4x-vpn-wago.jpg

-- 
To stop receiving notification emails like this one, please contact
sru...@apache.org.

Reply via email to