Thanks to visit codestin.com
Credit goes to github.com

Skip to content

longbh/gmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmqtt

mqtt server by go 简单版使用go语言开发mqtt服务端

引用项目如下:

github.com/gorilla/websocket websocket开源代码,用于处理mqtt客户端使用websocket进行连接 github.com/Unknwon/goconfig 配置文件读取 github.com/eclipse/paho.mqtt.golang mqtt协议解析,这里copy了代码做了部分修改 一并表示感谢

功能完善中:

消息存储 topic管理优化 brage集群消息互通 http管理接口编写

写的不好,轻喷,持续优化中,谨慎使用。

License

Copyright (c) 2020 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

About

mqtt broker by go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages