MQTTX-Web#

The simpleswitch-mqttx-web offers a ready to use package of the web version of MQTTX on github running on port 8082.

It allows you to view and send data from our simpleswitch-mosquitto MQTT broker as a website.

Registration

If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.

How to get it#

  • container-helper
  • Scotty
  • Bitbake
    ## From the base image run
    $ skopeo login ghcr.io
    $ export machine=$CONTAINER_HELPER_ARCH
    $ export package=simpleswitch-mqttx-web
    $ export tag=$RELEASE_VERSION
    $ container-helper registry-install ghcr.io ghcr.io/avnet-embedded/simpleswitch/${machine}/${package}:${tag}
    $ simpleswitch-helper start ${package}
    ## On your computer run
    $ scotty build simpleswitch-mqttx-web
    ## On your computer run
    $ bitbake simpleswitch-mqttx-web

Here be dragons

  • As this is using a prebuilt docker image, there is no way of applying patches, or getting source code used

  • SBOM/licensing of the recipe will inevitably not reflect all of the software used in the container

  • DO NOT USE IN PRODUCTION