|
用opkg可直接安装相关的MQTT的包。
# opkg list|grep mosquitto
libmosquitto-nossl - 2.0.18-3 - Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with _any_ MQTT server. Should be useable for communicating with any MQTT v3.1/3.1.1/5 compatible server, in addition to Mosquitto. This package is built without SSL support
libmosquitto-ssl - 2.0.18-3 - Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with _any_ MQTT server. Should be useable for communicating with any MQTT v3.1/3.1.1/5 compatible server, in addition to Mosquitto. This package is built with SSL support
mosquitto-client-nossl - 2.0.18-3 - Command line client tools for working with mosquitto. This includes mosquitto_sub, mosquitto_pub, mosquitto_rr and the mosquitto_ctrl tool. This package is built without SSL support
mosquitto-client-ssl - 2.0.18-3 - Command line client tools for working with mosquitto. This includes mosquitto_sub, mosquitto_pub, mosquitto_rr and the mosquitto_ctrl tool. This package is built with SSL support
mosquitto-nossl - 2.0.18-3 - Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1, 3.1.1 and 5. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This package also includes some basic support for configuring via UCI This package is built WITHOUT SSL support.
mosquitto-ssl - 2.0.18-3 - Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1, 3.1.1 and 5. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This package also includes some basic support for configuring via UCI This package is built with SSL support. TLS-PSK will be included (in both the client and broker) if OpenSSL is built with TLS-PSK support.
# opkg list|grep mqtt
collectd-mod-mqtt - 5.12.0-53 - transmit data with MQTT plugin
mqtt-exec - 0.5-1 - A simple mqtt subscriber that executes a command on mqtt messages |
|