From f083e31a206aca236b30d18d41002c6779113bc2 Mon Sep 17 00:00:00 2001 From: moi <440072837@qq.com> Date: Wed, 9 Dec 2015 02:28:12 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e81ba85..c26cce8 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,18 @@ # Pando Protocol -Pando protocol makes communication between different machines easy and universal . -## Introduction -Pando protol does't provide a method to ensure communication reliability, other protocol such as MQTT has already achive the target. -Pando protocol transforms information in binary form, because binary packet costs less net resource. -This git project only provides documents define how to organize information into binary without concrete code implimentation. -There is a C implimentation in [pando-embedded-framework](https://github.com/PandoCloud/pando-embedded-framework), this will show you how to use pando protocol above mqtt protocol. -You can transplant pando protocol to other laguage, the detail of pando protocol is in the design chapter. +Pando protocol是Pando物联网解决方案中的协议部分。 -## Why use pando protocol -Pando cloud is an open source technological package, everyone can set up a whole iot system from cloud server, net access device and embeded devices. -Pando protocol can communicate in a unified way between different systems builded up by developers. +[English Document](english-document) +## Pando协议的目标 -## How to start -This chapter shows you to start with pando protol in [pando-embedded-framework](https://github.com/PandoCloud/pando-embedded-framework). -Pando embedded framework has transplanted to wifi chipset esp8266, you need to do these steps to run pando protol. -1. TODO 1 -2. TODO 2 -3. TODO 3 +Pando协议定义了一套简单、统一的通信流程与数据包格式,实现不同厂商的设备、云平台之间通信的兼容性。 -## Design -This chapter shows the details about pando protocol. -[中文设计文档](https://github.com/PandoCloud/pando-protocol/wiki/Chinese-documents) -[English Design Documents](https://github.com/PandoCloud/pando-protocol/wiki/English-documents) +## 快速开始 + +本项目描述了协议的设计与内容,协议在不同平台的实现在项目[pando-embedded-framework](https://github.com/PandoCloud/pando-embedded-framework)。可通过该项目的linux实现,结合本项目的文档,快速了解协议的细节。 + +## 贡献项目 +* **反馈问题**:我们鼓励通过[提交Issue](https://github.com/PandoCloud/pando-protocol/issues/new)的方式反馈您在了解协议过程中遇到的疑问或问题。 +* **提出建议**:同样,可以通过[提交Issue](https://github.com/PandoCloud/pando-protocol/issues/new)向我们提供协议改进意见,同时可以通过加入我们的讨论QQ群(488074716)或者参加我们主办的线下物联网技术沙龙一起讨论。 +* **贡献代码**:非常欢迎有能力的朋友一起参与Pando物联网平台的开发,一起构建开放、免费、开源的物联网解决方案。请按照[贡献流程](./docs/zh-cn/contribution/work-flow.md)参与项目开发。 From 59c49e5d980b5384791451db40e661c96cb3f4af Mon Sep 17 00:00:00 2001 From: moi <440072837@qq.com> Date: Wed, 9 Dec 2015 02:29:47 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c26cce8..87df0f1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Pando protocol是Pando物联网解决方案中的协议部分。 Pando协议定义了一套简单、统一的通信流程与数据包格式,实现不同厂商的设备、云平台之间通信的兼容性。 +## Pando协议的内容 +参见[Pando协议的内容](https://github.com/PandoCloud/pando-protocol/wiki/chinese-documents) + ## 快速开始 本项目描述了协议的设计与内容,协议在不同平台的实现在项目[pando-embedded-framework](https://github.com/PandoCloud/pando-embedded-framework)。可通过该项目的linux实现,结合本项目的文档,快速了解协议的细节。 From 41184f599862927d70c8b30404c64ea00f4a0af4 Mon Sep 17 00:00:00 2001 From: moi <440072837@qq.com> Date: Wed, 9 Dec 2015 02:30:55 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87df0f1..cdb539d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pando protocol是Pando物联网解决方案中的协议部分。 -[English Document](english-document) +[English Document](https://github.com/PandoCloud/pando-protocol/wiki/English-documents) ## Pando协议的目标