Skip to content

IOT-DSA/broker-dart

Folders and files

NameName
Last commit message
Last commit date
Mar 2, 2017
Jan 24, 2016
Oct 22, 2020
May 15, 2016
Jan 11, 2016
Oct 29, 2018
Oct 22, 2020
May 15, 2016
Jun 29, 2016
Nov 23, 2016
Oct 22, 2020

Repository files navigation

Dart DSA Broker Slack

Getting Started

Prerequisites

Install

# Globally install the Dart DSA Broker
pub global activate -s git https://github.com/IOT-DSA/broker-dart.git

Start a Broker

# If you have the pub global executable path setup.
dsbroker

OR

# If you do not have the pub global executable path setup.
pub global run broker_dart:broker

You can edit the server configuration using broker.json. For more information about broker configuration, see Configuring a Broker.

Links