Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.24 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.24 KB

mtconnect-java

License Language version codecov

Overview

mtconnect-java is a Java sdk for mtconnect.

Detail

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.