mqtt web - part-cw/lambdanative GitHub Wiki
(mqtt-web store port)
mqtt-web sets up a simple webserver allowing the inspection of the store content with a browser.
Parameter | Description |
---|---|
store | Store name |
port | Port number |
Example
Example 1: Setup an mqtt-store with inspector webserver enabled. Here mqtt-store-setup acts as a wrapper around mqtt-web.
(mqtt-store-setup web-store 'host "demo-broker.part-dns.org" 'port 1883
'id "mqtt-web"
'cafile cafile
'subscribe '((#f "#" 0))
'web #t 'web-port 8107
)