zephyr/subsys/net/lib
Aska Wu fb79837862 net/mqtt: Convert mqtt lib to use net app API
Use net app API since we want to enable MQTT with TLS.
mqtt_connect() and mqtt_close() are added to build and close the
connection to the broker. The caller doesn't need to deal with
the net context anymore and the most of network setup code in
mqtt_publisher is removed.

Signed-off-by: Aska Wu <aska.wu@linaro.org>
2017-07-28 11:25:43 +03:00
..
app net: app: fix build when NET_DEBUG_APP is used with SYS_LOG_NET_LEVEL=1 2017-07-27 10:19:13 +03:00
dns net: lib: dns: Check return value of net_context_recv() 2017-06-12 10:21:38 +03:00
http net: http_server: Properly close network contexts. 2017-07-18 08:40:02 +03:00
mqtt net/mqtt: Convert mqtt lib to use net app API 2017-07-28 11:25:43 +03:00
sockets net: sockets: Implement poll() operation. 2017-07-18 21:46:06 +03:00
zoap net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00
Kbuild net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Kconfig net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Makefile net: app: Create support for network application API 2017-06-30 06:13:09 -04:00