zephyr/subsys/net/lib
Robert Lubos 37563a92d5 net: mqtt: Add BSD socket implementation
Add new, socket based MQTT implementation, based on MQTT from Nordic
nRF5 SDK, introducing the following features:

* transport independent MQTT logic, with support for multiple transports
* support for multiple MQTT versions (3.1.0 and 3.1.1 supported)
* single event handler - no need to keep callback array in RAM
* automatic send of Ping Requests, for connection keep-alive
* message/event parameters wrapped into strucutres - easier extension
  for future MQTT versions
* no separate thread needed to run MQTT - application only needs to call
  mqtt_input and mqtt_live periodically

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2018-11-19 09:31:01 -05:00
..
app
coap
coap_sock
config
dns
http logging: Fix errors in log usage 2018-11-10 12:38:29 -05:00
lwm2m
mqtt net: mqtt: Mark existing implementation as legacy 2018-11-19 09:31:01 -05:00
mqtt_sock net: mqtt: Add BSD socket implementation 2018-11-19 09:31:01 -05:00
openthread dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
sntp
sockets sockets: tls: Use FD table to reach net_context 2018-11-15 17:54:40 -05:00
tls_credentials
websocket
CMakeLists.txt net: mqtt: Add BSD socket implementation 2018-11-19 09:31:01 -05:00
Kconfig net: mqtt: Add BSD socket implementation 2018-11-19 09:31:01 -05:00