This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
from 6ac074eb98 build(deps): bump logback.version from 1.5.38 to 1.6.0
(#2653)
new 5e4fb8e202 feat(plc4go/bacnetip): segmented request sending via
peer-capability connection options
new a9c5517298 test(plc4go/bacnetip): routed-addressing roundtrip coverage
The 2 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:
plc4go/internal/bacnetip/Configuration.go | 15 +
plc4go/internal/bacnetip/Configuration_plc4xgen.go | 8 +
plc4go/internal/bacnetip/Connection.go | 1 +
plc4go/internal/bacnetip/DriverContext.go | 37 ++-
plc4go/internal/bacnetip/DriverContext_plc4xgen.go | 8 +
.../internal/bacnetip/NpduSourceSpecified_test.go | 36 +++
plc4go/internal/bacnetip/Reader.go | 73 ++++-
.../internal/bacnetip/ReaderResultDelivery_test.go | 2 +-
.../internal/bacnetip/RoutedReadRoundtrip_test.go | 170 ++++++++++
plc4go/internal/bacnetip/Segmentation.go | 9 +
.../bacnetip/SegmentedWriteRoundtrip_test.go | 355 +++++++++++++++++++++
plc4go/internal/bacnetip/SenderSegmentation.go | 259 +++++++++++++++
plc4go/internal/bacnetip/Writer.go | 62 ++++
13 files changed, 1021 insertions(+), 14 deletions(-)
create mode 100644 plc4go/internal/bacnetip/NpduSourceSpecified_test.go
create mode 100644 plc4go/internal/bacnetip/RoutedReadRoundtrip_test.go
create mode 100644 plc4go/internal/bacnetip/SegmentedWriteRoundtrip_test.go
create mode 100644 plc4go/internal/bacnetip/SenderSegmentation.go