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