You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/01/18 13:57:11 UTC

[plc4x] branch develop updated (3b84d5da86 -> f655587bc2)

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 3b84d5da86 fix(plc4j/enums): String comparison when evaluating enums
     add 5eba21b22a fix(plc4go/bacnet): fixes in application layer
     add fa5e0ecf2e fix(plc4go/bacnet): fixes in BIP simple
     add f655587bc2 feat(plc4go/bacnet): implement BIPForeignApplication

No new revisions were added by this update.

Summary of changes:
 plc4go/internal/bacnetip/ApplicationLayer.go       |  10 +-
 plc4go/internal/bacnetip/ApplicationModule.go      | 233 ++++++++++++++--
 .../bacnetip/BACnetVirtualLinkLayerService.go      | 297 ++++++++++++++++++++-
 plc4go/internal/bacnetip/Capability.go             |   2 +-
 plc4go/internal/bacnetip/LocalDevice.go            |   3 +-
 5 files changed, 516 insertions(+), 29 deletions(-)