Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atilaneves/mqtt

MQTT broker written in D, using vibe.d
https://github.com/atilaneves/mqtt

broker d dlang dlanguage dub iot mqtt mqtt-broker mqtt-protocol networking protocol vibe

Last synced: about 1 month ago
JSON representation

MQTT broker written in D, using vibe.d

Awesome Lists containing this project

README

        

mqtt
=============
[![Build Status](https://travis-ci.org/atilaneves/mqtt.png?branch=master)](https://travis-ci.org/atilaneves/mqtt)

[MQTT](http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html)
broker written in D, using [vibe.d](https://github.com/rejectedsoftware/vibe.d).

Doesn't yet implement all of MQTT. There is no authentication nor QOS levels other than 0.
It can be used for testing however and does correctly subscribe, unsubscribe and
dispatches messages.

The unit tests in the [tests directory](tests) need
[unit-threaded](https://github.com/atilaneves/unit-threaded) to run.

Depends on [vibe.d](https://github.com/rejectedsoftware/vibe.d) and on
[cerealed](https://github.com/atilaneves/cerealed).
The easiest way to build is by using
[dub](https://github.com/rejectedsoftware/dub). Simply typing dub will build and run.

Running the executable makes the server listen on port 1883.