Skip to content

zf8848/volantmq

Repository files navigation

SurgeMQ

Build Status Codacy Badge codecov.io License

Warning

This implementation might not be compatible with original. Original has not been updated since 2014 thus I forked to improve

It's currently in active development thus highly not recommended for production

This project should be considered unstable until further notice.

SurgeMQ is a high performance MQTT broker that aims to be fully compliant with MQTT 3.1 and 3.1.1 specs.

Features, Limitations, and Future

Features

  • MQTT v3.1 - V3.1.1 compliant
  • Full support of WebSockets transport
  • SSL for both plain tcp and WebSockets transports
  • Independent auth providers for each transport
  • Persistence provider by BoltDB

Future

  • $SYS topics
  • Cluster
  • Bridge
  • Ack timeout/retry

Performance

TBD

Compatibility

In addition, SurgeMQ has been tested with the following client libraries and it seems to work:

  • libmosquitto 1.3.5 (in C)
    • Tested with the bundled test programs msgsps_pub and msgsps_sub
  • Paho MQTT Conformance/Interoperability Testing Suite (in Python)
    • Tested with all 10 test cases. Publish results TBD
  • Paho C Client library (in C)
    • Tested with all of the test cases. Publish results TBD

License

Copyright (c) 2016 Artur Troian. All rights reserved.
Copyright (c) 2014 Dataence, LLC. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Examples

Look into examples/surgemq

About

High-Performance MQTT Server

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.2%
  • Dockerfile 2.3%
  • Shell 0.5%