zephyr/subsys/net/lib/mqtt
Robert Lubos 20b1c695ab net: mqtt: Add keep alive timeout helper
Add function that returns remaining time until next keep alive message
shall be sent. Such function could be used for instance as a source
for `poll` timeout.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-01-18 12:25:33 +02:00
..
CMakeLists.txt net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
mqtt.c net: mqtt: Add keep alive timeout helper 2020-01-18 12:25:33 +02:00
mqtt_decoder.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
mqtt_encoder.c mqtt: Allow client to override keepalive 2019-06-28 09:54:16 -04:00
mqtt_internal.h net: mqtt: Close the socket right after sending disconnect message 2020-01-16 21:02:28 -05:00
mqtt_os.h cleanup: include/: move misc/mutex.h to sys/mutex.h 2019-06-27 22:55:49 -04:00
mqtt_rx.c net: mqtt: Maintain count of PINGREQ awaiting response 2019-12-18 23:33:56 +02:00
mqtt_transport.c net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00
mqtt_transport.h net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00
mqtt_transport_socket_tcp.c net: mqtt: Remove extra documentation from individual transports 2019-10-04 18:48:10 -07:00
mqtt_transport_socket_tls.c net: mqtt: Remove extra documentation from individual transports 2019-10-04 18:48:10 -07:00
mqtt_transport_websocket.c net: mqtt: Add support for running MQTT over Websocket 2019-10-04 18:48:10 -07:00