This is an automated email from the ASF dual-hosted git repository.
hutcheb pushed a change to branch plc4j/profinet
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from a0e1b6c97 feat(plc4j/profinet): Add GSD directory Configuration
Parameter and cleaned up device parameter
add 3b9fd0821 feat(plc4j/profinet): Standardize the mac address key to
uppercase
add deb29c32f feat(plc4j/profinet): Need to Review the UDP checksum field.
No new revisions were added by this update.
Summary of changes:
.../profinet/config/ProfinetConfiguration.java | 5 +-
.../profinet/context/ProfinetDriverContext.java | 10 +-
.../plc4x/java/profinet/device/ProfinetDevice.java | 52 +-
.../device/ProfinetDeviceMessageHandler.java | 5 +-
.../profinet/discovery/ProfinetPlcDiscoverer.java | 670 +++++++++++++++------
.../profinet/protocol/ProfinetProtocolLogic.java | 5 +
.../profinet/readwrite/utils/StaticHelper.java | 6 +-
.../plc4x/java/profinet/ManualProfinetIoTest.java | 10 +-
.../profinet/gsdml/ProfinetConfigurationTests.java | 28 +-
.../resources/protocols/profinet/profinet.mspec | 17 +-
10 files changed, 576 insertions(+), 232 deletions(-)