Skip to content

Commit 345b53d

Browse files
authored
Update README.md
1 parent 475154a commit 345b53d

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![](https://img.shields.io/github/v/tag/jiejietop/mqttclient?color=brightgreen&label=version)](https://github.com/jiejieTop/mqttclient/releases)
1+
[![](https://img.shields.io/github/v/tag/IoTSharp/mqttclient?color=brightgreen&label=version)](https://github.com/IoTSharp/mqttclient/releases)
22

3-
[![license](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/jiejieTop/mqttclient/blob/master/LICENSE)
3+
[![license](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/IoTSharp/mqttclient/blob/master/LICENSE)
44

5-
![](https://img.shields.io/github/forks/jiejieTop/mqttclient)
5+
![](https://img.shields.io/github/forks/IoTSharp/mqttclient)
66

7-
![](https://img.shields.io/github/stars/jiejieTop/mqttclient)
7+
![](https://img.shields.io/github/stars/IoTSharp/mqttclient)
88

99
![](https://img.shields.io/badge/platform-Linux|Windows|Mac|Embedded-orange.svg)
1010

@@ -55,11 +55,6 @@ A high-performance, high-stability, cross-platform MQTT client, developed based
5555

5656
- **No other dependencies**.
5757

58-
## Online code generation tool
59-
60-
This project has a code generation tool that only requires online configuration to generate code, which is extremely simple and easy to use. The code generation tool address is: [https://jiejietop.gitee.io/mqtt/index.html](https://jiejietop.gitee.io/mqtt/index.html)
61-
62-
![Online code generation tool](png/mqtt-tool.png)
6358

6459
## occupied resource size
6560

@@ -114,7 +109,7 @@ Has a very clear layered framework.
114109

115110
| Platform | Code Location |
116111
| -------------- | -------- |
117-
| Linux | [https://github.com/jiejieTop/mqttclient](https://github.com/jiejieTop/mqttclient) |
112+
| Linux | [https://github.com/IoTSharp/mqttclient](https://github.com/jiejieTop/mqttclient) |
118113
| TencentOS tiny | [https://github.com/Tencent/TencentOS-tiny/tree/master/board/Fire_STM32F429](https://github.com/Tencent/TencentOS-tiny/tree/master/board/Fire_STM32F429) |
119114
| TencentOS tiny AT framework | [https://github.com/jiejieTop/gokit3-board-mqttclient](https://github.com/jiejieTop/gokit3-board-mqttclient) |
120115
| RT-Thread | [https://github.com/jiejieTop/kawaii-mqtt](https://github.com/jiejieTop/kawaii-mqtt) |
@@ -133,11 +128,11 @@ Has a very clear layered framework.
133128
| [v1.1.0] | A larger version of the update, refactoring part of the code, optimizing the logic of MQTT processing, improving the overall stability, supporting multiple clients, supporting setting the will, optimizing the API interface, and adding multiple cloud platforms Test code and documentation, add online code generation tool, online cutting configuration tool |
134129
## question
135130

136-
Welcome to submit issues and bug reports in the form of [GitHub Issues](https://github.com/jiejieTop/mqttclient/issues)
131+
Welcome to submit issues and bug reports in the form of [GitHub Issues](https://github.com/IoTSharp/mqttclient/issues)
137132

138133
## Copyright and License
139134

140-
mqttclient follows the [Apache License v2.0](https://github.com/jiejieTop/mqttclient/blob/master/LICENSE) open source agreement. Encourage code sharing and respect the copyright of the original author. You can freely use and modify the source code, or you can publish the modified code as open source or closed source software.
135+
mqttclient follows the [Apache License v2.0](https://github.com/IoTSharp/mqttclient/blob/master/LICENSE) open source agreement. Encourage code sharing and respect the copyright of the original author. You can freely use and modify the source code, or you can publish the modified code as open source or closed source software.
141136

142137
## Test and use under Linux platform
143138

0 commit comments

Comments
 (0)