This is an automated email from the ASF dual-hosted git repository. cdutz pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
from 5cdfef1234 chore: Added Timecho to the list of commercial support offerings, new a8f029ed7f chore: Updated vendor ids new 43b5e7d2f4 feat: Continued working on getting the PN stuff working. 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: .../knxnetip/readwrite/model/KnxManufacturer.go | 26 +++++-- .../java/knxnetip/readwrite/KnxManufacturer.java | 5 +- .../java/profinet/packets/PnDcpPacketFactory.java | 3 +- .../profinet/protocol/ProfinetProtocolLogic.java | 81 ++++++++++------------ ...oTest2.java => ManualProfinetIoTestAdamPN.java} | 2 +- ...Test.java => ManualProfinetIoTestSimocode.java} | 4 +- ...java => ManualProfinetIoTestWagoPNCoupler.java} | 2 +- ....java => ManualProfinetIoTestZylkSimocode.java} | 10 +-- .../plc4x/java/profinet/device/ProfinetDevice.java | 3 +- .../plc4x/java/profinet/ManualProfinetIoTest.java | 4 +- .../knxnetip/readwrite/model/KnxManufacturer.cs | 19 +++-- .../protocols/knxnetip/knx-master-data.mspec | 5 +- 12 files changed, 92 insertions(+), 72 deletions(-) copy plc4j/drivers/profinet-ng/src/test/java/org/apache/plc4x/java/profinet/{ManualProfinetIoTest2.java => ManualProfinetIoTestAdamPN.java} (97%) rename plc4j/drivers/profinet-ng/src/test/java/org/apache/plc4x/java/profinet/{ManualProfinetIoTest.java => ManualProfinetIoTestSimocode.java} (94%) rename plc4j/drivers/profinet-ng/src/test/java/org/apache/plc4x/java/profinet/{ManualProfinetIoTest3.java => ManualProfinetIoTestWagoPNCoupler.java} (97%) rename plc4j/drivers/profinet-ng/src/test/java/org/apache/plc4x/java/profinet/{ManualProfinetIoTest2.java => ManualProfinetIoTestZylkSimocode.java} (86%)