Skip to content

atilaneves/mqtt

Repository files navigation

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.