Skip to content

zwczou/mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt

MQTT Servers(Broker) in Go

For docs, see: http://godoc.org/github.com/zwczou/mqtt/broker

Features

  • Supports QOS 0, 1 and 2 messages
  • Supports will messages
  • Supports retained messages (add/remove)

Limitations

At this time, the following limitations apply:

  • messages are only stored in RAM
  • clean session not support
  • not support authentication

About

MQTT Broker (Servers) in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%