Skip to content

nullboundary/pesand

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%