mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
parent
56e40ae6a5
commit
8ad0243e1f
4 changed files with 66 additions and 1 deletions
|
|
@ -26,6 +26,10 @@ Example subscribe:
|
|||
This sends an MQTT SUBSCRIBE packet for the topic `bedroom/temp` and listen in
|
||||
for incoming PUBLISH packets.
|
||||
|
||||
You can set the upkeep interval ms option to make curl send MQTT ping requests to the
|
||||
server at an internal, to prevent the connection to get closed because of idleness.
|
||||
You might then need to use the progress callback to cancel the operation.
|
||||
|
||||
### Publishing
|
||||
|
||||
Command usage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue