atilaneves / mqtt

MQTT broker written in D, using vibe.d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mqtt

Build Status

MQTT broker written in D, using 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 need unit-threaded to run.

Depends on vibe.d and on cerealed. The easiest way to build is by using dub. Simply typing dub will build and run.

Running the executable makes the server listen on port 1883.

About

MQTT broker written in D, using vibe.d

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:D 80.4%Language:Ruby 11.2%Language:Gherkin 8.0%Language:Emacs Lisp 0.4%