Skip to content
Matthias Görges edited this page Mar 16, 2015 · 1 revision

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
)
Clone this wiki locally