This commit is contained in:
Ery Lee 2015-01-17 22:43:39 +08:00
parent eedfd41a45
commit 56e1f20ef9
4 changed files with 39 additions and 0 deletions

BIN
doc/.retain.md.swp Normal file

Binary file not shown.

19
doc/pubsub.md Normal file
View File

@ -0,0 +1,19 @@
# PubSub
## Qos
PubQos | SubQos | In Message | Out Message
-------|--------|------------|-------------
0 | 0 | - | -
0 | 1 | - | -
0 | 2 | - | -
1 | 0 | - | -
1 | 1 | - | -
1 | 2 | - | -
2 | 0 | - | -
2 | 1 | - | -
2 | 2 | - | -
## Publish

6
doc/retain.md Normal file
View File

@ -0,0 +1,6 @@
# Retained Message
## API
store(

14
doc/user-guide.md Normal file
View File

@ -0,0 +1,14 @@
# eMQTT User Guide
## Introduction
## Installation
### Install Requirements
## Configuration
## Cluster
## Bridge