Files
mqtt5/doc/qbk/01_intro.qbk

46 lines
613 B
Plaintext
Raw Normal View History

[section:intro Introduction]
[nochunk]
__Self__ is a C++ client for the __MQTT__ protocol, based on __Asio__.
[heading Motivation]
[...motivation here...]
The design goals of this library are:
* reason 1
* reason 2
* ...
Non-goals:
* reason 1
* reason 2
* ...
[heading When to use]
If any of the following statements is true, you may consider using __Self__:
* reason 1
* reason 2
* ...
It may not be a good fit for you if:
* reason 1
* reason 2
* ...
[heading Tested compilers and systems]
[...some text here...]
[heading Acknowledgements]
[...some acknowledgements here...]
[endsect] [/intro]