Skip to content

Commit 0af2ec4

Browse files
authored
Merge pull request #9 from hivemq/feature/32426-release-notes
2 parents fb293c0 + 57b024d commit 0af2ec4

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
HiveMQ MTConnect Protocol is a Java implementation of the MTConnect protocol.
44

5+
## Features
6+
7+
- Support MTConnect Schemas
8+
9+
| MTConnect Schema | Version |
10+
| ---------------- | --------- |
11+
| Assets | 1.2 - 2.4 |
12+
| Devices | 1.0 - 2.4 |
13+
| Error | 1.1 - 2.4 |
14+
| Streams | 1.1 - 2.4 |
15+
16+
- Support Conversion from MTConnect XML to Java Entities
17+
- Support MTConnect Schema Version Detection
18+
519
## Quick Start
620

721
```java
@@ -99,9 +113,13 @@ There is a [Smart Manufacturing Systems (SMS) Test Bed](https://www.nist.gov/lab
99113
- [Time series of most recent values collected for each data item](https://smstestbed.nist.gov/vds/sample)
100114
- [Report of all data items available](https://smstestbed.nist.gov/vds/probe)
101115

116+
## Release Notes
117+
118+
- [Release Notes](RELEASE-NOTES.md)
119+
102120
## References
103121

104122
- [mtconnect.org](https://www.mtconnect.org/)
105-
- [Github](http://www.github.com/mtconnect)
106-
- [Schema](https://github.com/mtconnect/schema)
123+
- [MTConnect Github](http://www.github.com/mtconnect)
124+
- [MTConnect Schema](https://github.com/mtconnect/schema)
107125
- [jaxb-ri](https://eclipse-ee4j.github.io/jaxb-ri/)

RELEASE-NOTES.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release Notes
2+
3+
## 1.0.0
4+
5+
- Support MTConnect Schemas
6+
7+
| MTConnect Schema | Version |
8+
| ---------------- | --------- |
9+
| Assets | 1.2 - 2.4 |
10+
| Devices | 1.0 - 2.4 |
11+
| Error | 1.1 - 2.4 |
12+
| Streams | 1.1 - 2.4 |
13+
14+
- Support Conversion from MTConnect XML to Java Entities
15+
- Support MTConnect Schema Version Detection

0 commit comments

Comments
 (0)