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 d4aca3651f fix(plc4go/bacnet): add missing import
     new dd1e22da35 feat(plc4go/bacnetip): first bvlc draft
     new 00b2c219ea feat(plc4go/bacnetip): add BVLCResult

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/ApplicationLayer.go       |   9 +-
 .../bacnetip/BACnetVirtualLinkLayerService.go      |  75 +-
 plc4go/internal/bacnetip/CommunicationsModule.go   |  34 +-
 plc4go/internal/bacnetip/NetworkService.go         |  11 +-
 plc4go/internal/bacnetip/PDU.go                    |  94 +--
 plc4go/internal/bacnetip/bvll.go                   | 752 +++++++++++++++++++++
 plc4go/internal/bacnetip/comp.go                   |  14 +-
 plc4go/internal/bacnetip/debugging.go              |  13 +-
 .../{service/detect.go => globals/settings.go}     |   7 +-
 plc4go/internal/bacnetip/npdu.go                   | 242 ++++---
 plc4go/internal/bacnetip/primitivedata.go          |   4 +-
 plc4go/internal/bacnetip/tests/state_machine.go    |  37 +-
 .../internal/bacnetip/tests/test_bvll/helpers.go   |   4 +-
 .../bacnetip/tests/test_bvll/test_codec_test.go    | 204 ++++++
 .../bacnetip/tests/test_bvll/test_simple_test.go   |   2 +-
 .../test_utilities/test_state_machine_test.go      |  23 +-
 .../tests/test_vlan/test_ipnetwork_test.go         |   4 +
 .../bacnetip/tests/test_vlan/test_network_test.go  |  10 +
 18 files changed, 1350 insertions(+), 189 deletions(-)
 create mode 100644 plc4go/internal/bacnetip/bvll.go
 copy plc4go/internal/bacnetip/{service/detect.go => globals/settings.go} (86%)
 create mode 100644 plc4go/internal/bacnetip/tests/test_bvll/test_codec_test.go

Reply via email to