Skip to content

Commit

Permalink
feat: upgrade to v1.4.4 (版本升级到v1.4.4);
Browse files Browse the repository at this point in the history
  • Loading branch information
xingshuangs committed Oct 14, 2023
1 parent fdbf7be commit 73fd805
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IOT-COMMUNICATION

[![Maven-v1.4.3](https://img.shields.io/badge/Maven-v1.4.3-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
[![Maven-v1.4.4](https://img.shields.io/badge/Maven-v1.4.4-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
![Language-java8](https://img.shields.io/badge/Language-java8-blue)
![Idea-2022.02.03](https://img.shields.io/badge/Idea-2022.02.03-lightgrey)
![CopyRight-Oscura](https://img.shields.io/badge/CopyRight-Oscura-yellow)
Expand Down Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IOT-COMMUNICATION

[![Maven-v1.4.3](https://img.shields.io/badge/Maven-v1.4.3-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
[![Maven-v1.4.4](https://img.shields.io/badge/Maven-v1.4.4-brightgreen)](https://mvnrepository.com/artifact/com.github.xingshuangs/iot-communication)
![Language-java8](https://img.shields.io/badge/Language-java8-blue)
![Idea-2022.02.03](https://img.shields.io/badge/Idea-2022.02.03-lightgrey)
![CopyRight-Oscura](https://img.shields.io/badge/CopyRight-Oscura-yellow)
Expand Down Expand Up @@ -29,7 +29,7 @@ Add the dependency to pom.xml in the JAVA project.
<dependency>
<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<packaging>jar</packaging>

<name>iot-communication</name>
Expand Down
7 changes: 7 additions & 0 deletions tips/changeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.4.4
- 更新时间:2023.10.14
- S7: TSAP统一Remote的参数,基础值采用0x0300
- S7: 修复400PLC无法写入的问题,主要由于偷懒导致写操作最后多了一个没用的字节,1200、1500、200smart都是兼容的,老PLC兼容不了
- RTSP: 修复RtspInterleavedClient的循环线程中由于异常网络断开导致无法退出的问题
- RTSP: 修复Rtsp由于长期占用公共线程导致UDP模式最多只能开2个摄像头的问题,目前采用独立线程,不影响公共线程池

## v1.4.3
- 更新时间:2023.09.28
- S7: S200-smart修改local为0x1000
Expand Down

0 comments on commit 73fd805

Please sign in to comment.