Skip to content

Commit 4fd35be

Browse files
authored
docs: add readme.md (#24)
Signed-off-by: zhiheng123 <[email protected]>
1 parent 39d1c6d commit 4fd35be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# mtconnect-java
22

33
![License](https://img.shields.io/badge/license-Apache2.0-green) ![Language](https://img.shields.io/badge/language-Java-blue.svg) [![version](https://img.shields.io/github/v/tag/protocol-laboratory/mtconnect-java?label=release&color=blue)](https://github.com/protocol-laboratory/mtconnect-java/releases) [![codecov](https://codecov.io/gh/protocol-laboratory/mtconnect-java/branch/main/graph/badge.svg)](https://codecov.io/gh/protocol-laboratory/mtconnect-java)
4+
5+
### Overview
6+
`mtconnect-java` is a Java sdk for mtconnect.
7+
8+
### Detail
9+
It helps users complete the underlying implementation of Java projects that interface with the mtconnect protocol.
10+
For example, you can use `mtconnect-client` to integrate into Java projects and query information such as Asset and Device through the mtconnect protocol.
11+
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.
12+
13+
When building a complete, it allows users to customize the implementation of MTProcessor to complete more complex functions.
14+
The sample 'MTConnectIoTDAServerExample' has the ability to use Huawei Cloud IoT platform to complete the query of device list.

0 commit comments

Comments
 (0)