mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-07 11:21:36 +01:00
Summary: related to T12804 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D28240
34 lines
927 B
Plaintext
34 lines
927 B
Plaintext
[section:examples Examples]
|
|
[nochunk]
|
|
|
|
The following list contains all the examples that showcase how to use the __Client__:
|
|
|
|
[variablelist
|
|
[
|
|
[[link async_mqtt5.publisher publisher.cpp]]
|
|
[Shows how to use the __Client__ as a publisher.]
|
|
]
|
|
[
|
|
[[link async_mqtt5.receiver receiver.cpp]]
|
|
[Shows how to use the __Client__ as a receiver.]
|
|
]
|
|
[
|
|
[[link async_mqtt5.hello_world_over_tcp hello_world_over_tcp.cpp]]
|
|
[Publishes a "Hello World" message via TCP/IP.]
|
|
]
|
|
[
|
|
[[link async_mqtt5.hello_world_over_tls hello_world_over_tls.cpp]]
|
|
[Publishes a "Hello World" message via TLS/SSL.]
|
|
]
|
|
[
|
|
[[link async_mqtt5.hello_world_over_websocket_tcp hello_world_over_websocket_tcp.cpp]]
|
|
[Publishes a "Hello World" message via Websocket/TLS.]
|
|
]
|
|
[
|
|
[[link async_mqtt5.hello_world_over_websocket_tls hello_world_over_websocket_tls.cpp]]
|
|
[Publishes a "Hello World" message via Websocket/TLS.]
|
|
]
|
|
]
|
|
|
|
[endsect][/examples]
|