1 config BR2_PACKAGE_MOSQUITTO
3 depends on BR2_USE_MMU # fork()
4 depends on !BR2_STATIC_LIBS # builds .so
6 Mosquitto is an open source message broker that implements
7 the MQ Telemetry Transport protocol versions 3.1 and
8 3.1.1. MQTT provides a lightweight method of carrying out
9 messaging using a publish/subscribe model. This makes it
10 suitable for "machine to machine" messaging such as with low
11 power sensors or mobile devices such as phones, embedded
12 computers or microcontrollers like the Arduino.
16 comment "mosquitto needs a toolchain w/ dynamic library"
17 depends on BR2_USE_MMU
18 depends on BR2_STATIC_LIBS