A primer on Chariot MQTT Server: Difference between revisions

From OPC Labs Knowledge Base
Line 13: Line 13:
# Unpack the downloaded ZIP file '''into "C:\Program Files\Chariot" folder'''.
# Unpack the downloaded ZIP file '''into "C:\Program Files\Chariot" folder'''.
# Launch the "Command Prompt" application as Administrator.
# Launch the "Command Prompt" application as Administrator.
# In the "Administrator: Command Prompt", enter following commands:
# In the "Administrator: Command Prompt", enter command: <code>cd C:\Program Files\Chariot</code> .
  cd C:\Program Files\Chariot
# Enter command: <code>install.bat</code> .
  install.bat
# Enter command: <code>serviceStart.bat</code> .


= See Also =
= See Also =
* [[A primer on Eclipse Mosquitto]]
* [[A primer on Eclipse Mosquitto]]
* [[A primer on HiveMQ Broker]]
* [[A primer on HiveMQ Broker]]

Revision as of 14:53, 1 August 2025

Introduction

Chariot® is a commercial, Sparkplug-compliant MQTT broker.

Web page: https://cirrus-link.com/mqtt-broker-iiot-mqtt-servers/

Download: https://docs.chariot.io/display/CHAR2x/Chariot+Downloads

Documentation: https://docs.chariot.io/display/CHAR2x/Chariot+MQTT+Server+Documentation

Installation

See https://docs.chariot.io/display/CHAR2x/Chariot+MQTT+Server+Installation . We have tested the following installation steps on Windows, with Chariot 2.7.0.

  1. Unpack the downloaded ZIP file into "C:\Program Files\Chariot" folder.
  2. Launch the "Command Prompt" application as Administrator.
  3. In the "Administrator: Command Prompt", enter command: cd C:\Program Files\Chariot .
  4. Enter command: install.bat .
  5. Enter command: serviceStart.bat .

See Also