Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IoT Bridge for Snowflake (IBSNOW) is an application that connects to an MQTT Server (such as Chariot MQTT Server or MQTT Distributor) and consumes MQTT Sparkplug messages from Edge devices.

...

  • Name
    • Chariot MQTT Server
  • URL
    • Your MQTT Server Endpoint URL of the form ssl://ENDPOINT_URL:8883
    • To connect Transmission over SSL/TLS, set it up in Chariot according to this document
    • Alternatively, you may connect over TCP using the form tcp://ENDPOINT_URL:1883, though this should not be used in production over the public internet. 
  • Username
    • Your username for the Chariot MQTT Server connection
    • If using Chariot MQTT Server, the default username is 'admin'
  • Password
    • Your password for the Chariot MQTT Server connection
    • If using Chariot MQTT Server, the default password is 'changeme'

...