doc
This commit is contained in:
parent
eedfd41a45
commit
56e1f20ef9
Binary file not shown.
|
@ -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
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# Retained Message
|
||||
|
||||
## API
|
||||
|
||||
store(
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
# eMQTT User Guide
|
||||
|
||||
## Introduction
|
||||
|
||||
## Installation
|
||||
|
||||
### Install Requirements
|
||||
|
||||
## Configuration
|
||||
|
||||
## Cluster
|
||||
|
||||
## Bridge
|
||||
|
Loading…
Reference in New Issue