Skip to content

Golang implementation of MQTT and MQTT-SN brokers

License

Notifications You must be signed in to change notification settings

fossabot/GoMQTT

Repository files navigation

GoMQTT

Travis CI CodeCov stability-experimental FOSSA Status

GoMQTT is an experimental broker implementation for MQTT-SN protocol. Any client that implements it properly can use this broker for sending and receiving messages.

WARNING: GoMQTT already plans to violate some parts of MQTT and MQTT-SN standard!

Getting started

GoMQTT is mainly tested against Linux and must work on any common distribution that can run a Go compiler. Building should be simple:

go build

After building, rename broker.example.cfg into broker.cfg and change values according to your needs. Hopefully, now you are ready to run it.

License

The code is under MIT license. See LICENSE for more information.

FOSSA Status

About

Golang implementation of MQTT and MQTT-SN brokers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages