MQTT 3.1 broker which supports
- QoS 0
- topic wildcard
- Retain
Download a binary of your architecture from dron.io.
or build by yourself.
% go get github.com/shirou/pesand
% pesand -c pesand.conf
Because this is not stable, not documented yet.
- QoS 1, 2
- Will messages
- LevelDB persistent storage
- store sent messages
- durable subscribe
- websocket
'pesan' is a 'message' in Indonesian. plus "d" means daemon.
https://github.com/jeffallen/mqtt
The original architecture is based on jeffallen's code. I just re-structured and added some of improvement. Thank you.
-
MQTT Protocol itself is used this code. Thank you.