mtconnect-java
is a Java sdk for mtconnect.
It helps users complete the underlying implementation of Java projects that interface with the mtconnect protocol.
For example, you can use mtconnect-client
to integrate into Java projects and query information such as Asset and Device through the mtconnect protocol.
You can also use mtconnect-server
to interface with PLCs, some IoT cloud service platforms, and other devices to obtain specific device information, and establish a simple and easy-to-use server.
When building a complete, it allows users to customize the implementation of MTProcessor to complete more complex functions. The sample 'MTConnectIoTDAServerExample' has the ability to use Huawei Cloud IoT platform to complete the query of device list.