zephyr/subsys/net/lib/mqtt
Tomasz Gorochowik df0d7652df net: mqtt: Add SOCKS5 proxy support
This commits adds a new MQTT transport. The purpose is to be able to
connect to a MQTT broker through a SOCKS5 proxy.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2019-02-08 14:20:44 +02:00
..
CMakeLists.txt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
Kconfig net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
mqtt.c net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_decoder.c net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_encoder.c net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_internal.h net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_os.h net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_rx.c net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_transport.c net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
mqtt_transport.h net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_transport_socket_tcp.c net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_transport_socket_tls.c net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_transport_socks.c net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00