nullboundary / pesand

MQTT v3.1 broker written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pesand

MQTT 3.1 broker which supports

  • QoS 0
  • topic wildcard
  • Retain

How to use

Install

Download a binary of your architecture from dron.io.

or build by yourself.

% go get github.com/shirou/pesand

Use

% pesand -c pesand.conf

Configration

Because this is not stable, not documented yet.

Future work

  • QoS 1, 2
  • Will messages
  • LevelDB persistent storage
  • store sent messages
  • durable subscribe
  • websocket

Naming

'pesan' is a 'message' in Indonesian. plus "d" means daemon.

The giants on whose shoulders this works stands

About

MQTT v3.1 broker written in golang

License:Other


Languages

Language:Go 100.0%