zephyr/lib/iot
Flavio Santes d37b9fa9b5 iot/mqtt: Add the MQTT high-level API
This commit adds the MQTT high-level API with Quality-of-Service
support. The following MQTT messages are covered by this commit:

CONNECT (tx), DISCONNECT (tx), PUBACK (tx, rx), PUBCOMP (tx, rx),
PUBREC (tx, rx), PUBREL (tx, rx), PUBLISH (tx), PINGREQ (tx),
SUBSCRIBE (tx), UNSUBSCRIBE (tx), CONNACK (rx), PINGRESP (rx),
SUBACK (rx) and UNSUBACK (rx).

Where 'tx' stands for transmission: routines that create and send
messages. 'rx' stands for reception: routines that receive an RX
buffer from the IP stack and parse the MQTT mesage contained in
that buffer.

Jira: ZEP-365
Jira: ZEP-591
Jira: ZEP-856

Change-Id: Ibee701a298127eb713aa3fde5aaf7d089ecd1b9d
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-12-02 12:41:09 +02:00
..
dns net: Rename net_nbuf_write to net_nbuf_append 2016-12-02 12:40:51 +02:00
mqtt iot/mqtt: Add the MQTT high-level API 2016-12-02 12:41:09 +02:00
zoap iot/zoap: Remove unnecessary cflags 2016-12-02 12:41:05 +02:00
Kbuild iot: Add MQTT v3.1.1 packet handling support for Zephyr 2016-12-02 12:41:03 +02:00
Kconfig iot: Add MQTT v3.1.1 packet handling support for Zephyr 2016-12-02 12:41:03 +02:00
Makefile iot: Add MQTT v3.1.1 packet handling support for Zephyr 2016-12-02 12:41:03 +02:00