-
Notifications
You must be signed in to change notification settings - Fork 86
Index of Module mqtt
Matthias Görges edited this page Mar 16, 2015
·
6 revisions
Module: mqtt
Module mqtt provides functions for the machine-to-machine (M2M)/"Internet of Things" connectivity protocol. MQ Telemetry Transport (MQTT) uses a publish-subscribe messaging pattern, which requires a message broker to enable the communication between MQTT clients. The broker is responsible for distributing messages to interested clients based on the topic of a message.
This implementation adds automated reconnection in the event of a disconnect, and automatic resubscription to subscribed topics.
Note: This requires libcrypto, libssl, and libmosquitto to be included in the applications LIBRARIES
file.
Function | Short Description |
---|---|
(make-mqtt . args) | Create and return an MQTT instance |
(mqtt-reset t . args) | Reset an MQTT instance |
(mqtt-subscribe t topic qos) | Subscribe to an MQTT topic |
(mqtt-unsubscribe t topic) | Unsubscribe from an MQTT topic |
(mqtt-publish t topic msg qos retain) | Publish an MQTT topic |
(mqtt-destroy t) | Destroy an MQTT instance |
(mqtt-connected? t) | Check if MQTT instance is connected |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip