diff --git a/doc/.retain.md.swp b/doc/.retain.md.swp new file mode 100644 index 000000000..648c9731d Binary files /dev/null and b/doc/.retain.md.swp differ diff --git a/doc/pubsub.md b/doc/pubsub.md new file mode 100644 index 000000000..298043b62 --- /dev/null +++ b/doc/pubsub.md @@ -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 + + diff --git a/doc/retain.md b/doc/retain.md new file mode 100644 index 000000000..535c2e9a8 --- /dev/null +++ b/doc/retain.md @@ -0,0 +1,6 @@ +# Retained Message + +## API + +store( + diff --git a/doc/user-guide.md b/doc/user-guide.md new file mode 100644 index 000000000..914876532 --- /dev/null +++ b/doc/user-guide.md @@ -0,0 +1,14 @@ +# eMQTT User Guide + +## Introduction + +## Installation + +### Install Requirements + +## Configuration + +## Cluster + +## Bridge +