-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publich mqtt protocol 3.1.1 translation v1.0.0
- Loading branch information
mcxiaoke
committed
Jul 29, 2015
0 parents
commit 24a5366
Showing
5 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
*.sln merge=union | ||
*.csproj merge=union | ||
*.vbproj merge=union | ||
*.fsproj merge=union | ||
*.dbproj merge=union | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.doc | ||
*.docx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# MQTT协议3.1.1版 | ||
|
||
## 中文翻译 | ||
|
||
原文链接:[MQTT Version 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html) | ||
|
||
[**MQTT协议3.1.1中文版下载**](protocol/MQTT-3.1.1-CN.pdf) | ||
|
||
------ | ||
## 关于作者 | ||
|
||
### 联系方式 | ||
* Blog: <http://blog.mcxiaoke.com> | ||
* Github: <https://github.com/mcxiaoke> | ||
* Email: [[email protected]](mailto:[email protected]) | ||
|
||
### 开源项目 | ||
|
||
* Rx文档中文翻译: <https://github.com/mcxiaoke/RxDocs> | ||
* Next公共组件库: <https://github.com/mcxiaoke/Android-Next> | ||
* Gradle多渠道打包工具: <https://github.com/mcxiaoke/gradle-packer-plugin> | ||
* 蘑菇饭App: <https://github.com/mcxiaoke/minicat> | ||
* 饭否客户端: <https://github.com/mcxiaoke/fanfouapp-opensource> | ||
* Volley镜像: <https://github.com/mcxiaoke/android-volley> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
待翻译文档 | ||
|
||
第一篇和第二篇可以综合起来翻译 | ||
|
||
http://forkbomb-blog.de/2015/all-you-need-to-know-about-mqtt | ||
|
||
https://activemq.apache.org/apollo/documentation/mqtt-manual.html | ||
|
||
http://www.hivemq.com/mqtt-security-fundamentals-wrap-up/ |
Binary file not shown.