feat: plcs7协议(未测试)

This commit is contained in:
2026-03-05 17:16:34 +08:00
parent 21bdd8bda1
commit 626409626c
3 changed files with 158 additions and 2 deletions

View File

@@ -23,6 +23,13 @@
<groupId>org.nl</groupId>
<artifactId>nl-common</artifactId>
</dependency>
<!-- OPC UA 相关 -->
<dependency>
<groupId>org.eclipse.milo</groupId>
<artifactId>sdk-client</artifactId>
<version>0.6.16</version>
</dependency>
</dependencies>
</project>