https://github.com/protocol-laboratory/mtconnect-java
Mtconnect Java. Feel free to open an issue if you have any questions or feature requests.
https://github.com/protocol-laboratory/mtconnect-java
java mtconnect
Last synced: 5 months ago
JSON representation
Mtconnect Java. Feel free to open an issue if you have any questions or feature requests.
- Host: GitHub
- URL: https://github.com/protocol-laboratory/mtconnect-java
- Owner: protocol-laboratory
- License: apache-2.0
- Created: 2024-03-14T13:51:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:37:18.000Z (over 1 year ago)
- Last Synced: 2024-12-11T10:32:20.214Z (over 1 year ago)
- Topics: java, mtconnect
- Language: Java
- Homepage: https://protocol-laboratory.github.io/
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mtconnect-java
  [](https://github.com/protocol-laboratory/mtconnect-java/releases) [](https://codecov.io/gh/protocol-laboratory/mtconnect-java)
### 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.