English(英文) | Chinese(中文)
If this project helps you, please give the author a ⭐ .
Now, it is a tool for iot communication, used for the learning and development of protocols, it includes
- Siemens S7 protocol, support PLC S1500, S1200, S400, S300, S200Smart, Siemens SINUMERIK 828D. S7Client DEMO.
- Modbus protocol, support ModbusTcp, ModbusRtuOverTcp, ModbusAsciiOverTcp.
- Mitsubishi Melsec(MC) Protocol, support PLC iQ-R series, Q/L series, QnA series, Only the L Series has been tested so far.
- RTSP, RTCP, RTP, H264, MP4 (FMP4) protocol, RTSP + H264 + FMP4 + WebSocket + MSE + WEB. WEB Monitor DEMO.
- Parse byte array data.
Add the dependency to pom.xml in the JAVA project.
<dependency>
<groupId>com.github.xingshuangs</groupId>
<artifactId>iot-communication</artifactId>
<version>1.5.0</version>
</dependency>
- Siemens S7 Protocol Tutorial.
- Modbus Protocol Tutorial.
- Mitsubishi Melsec(MC) Protocol Tutorial.
- RTSP/RTCP/RTP/H264/FMP4 Protocol Tutorial
- WEB Video Monitor Tutorial
- Tool for Byte Array Data Parse Tutorial.
If you have any questions, please contact the author in the following ways, and the author will give answers in his spare time.
- QQ Group: 759101350
- QQ Private: 837820457
- Email:[email protected]
Distributed under the MIT License. See LICENSE
for more information.
@2019 - 2099 Oscura (xingshuang), All Rights Reserved.
❗❗❗ Please strictly abide by the MIT agreement and add the author's copyright license notice when using.
The dependencies used in this project are as follows:
Number | Scope | Dependency | Version | License | Date | Copyright |
---|---|---|---|---|---|---|
1 | provided | lombok | 1.18.26 | MIT | 2009-2021 | Lombok Authors |
2 | test | junit | 4.13.2 | EPL-1.0 | 2002-2021 | junit |
3 | test | slf4j-simple | 2.0.6 | MIT | 2004-2023 | QOS.ch |
4 | compile | slf4j-api | 2.0.6 | MIT | 2004-2023 | QOS.ch |