Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seveniot/windear
A simple but reliable message queue
https://github.com/seveniot/windear
golang mqtt
Last synced: 9 days ago
JSON representation
A simple but reliable message queue
- Host: GitHub
- URL: https://github.com/seveniot/windear
- Owner: seveniot
- License: mit
- Created: 2018-04-12T08:17:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T06:17:30.000Z (over 6 years ago)
- Last Synced: 2023-07-11T22:37:51.236Z (over 1 year ago)
- Topics: golang, mqtt
- Language: Go
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Windear
[![Build Status](https://travis-ci.org/SevenIOT/windear.svg?branch=master)](https://travis-ci.org/SevenIOT/windear)
[![Code Coverage](https://codecov.io/gh/SevenIOT/windear/branch/master/graph/badge.svg)](https://codecov.io/gh/SevenIOT/windear)
[![GoDoc](https://godoc.org/github.com/SevenIOT/windear?status.svg)](https://godoc.org/github.com/SevenIOT/windear)## Introduction
A simple MQTT broker write in Golang, which support cluster.
## Features
* Support MQTT v3.1.1
* Support Cluster## Getting Started
#### dependent libraries
```
$ dep ensure
```### build
```
$ go build
```#### run
```
$ ./windear -c conf/config.yaml
```## License
Released under the [MIT License](https://github.com/SevenIOT/windear/blob/master/License)