mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-27 13:48:56 +08:00
Update MQTT README for latest info
This commit is contained in:
parent
3cf667d450
commit
7c355b8dcd
@ -1,8 +1,10 @@
|
||||
# MQTT
|
||||
|
||||
MQTT is an Internet of Things connectivity protocol featuring a lightweight publish/subscribe messaging transport. It is useful for it's small code footprint and minimal network bandwidth usage.
|
||||
MQTT is an Internet of Things connectivity protocol featuring a lightweight publish/subscribe messaging transport. It is useful for its small code footprint and minimal network bandwidth usage.
|
||||
|
||||
For more info about the MQTT machine to machine message broker click [here](http://mqtt.org/).
|
||||
This repository contains the Gobot adaptor/drivers to connect to MQTT servers. It uses the Paho MQTT Golang client package (https://eclipse.org/paho/) created and maintained by the Eclipse Foundation (https://github.com/eclipse) thank you!
|
||||
|
||||
For more info about the MQTT machine to machine messaging standard, go to http://mqtt.org/
|
||||
|
||||
## How to Install
|
||||
|
||||
@ -63,22 +65,10 @@ func main() {
|
||||
* Publish messages
|
||||
* Respond to incoming message events
|
||||
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
* All patches must be provided under the Apache 2.0 License
|
||||
* Please use the -s option in git to "sign off" that the commit is your work and you are providing it under the Apache 2.0 License
|
||||
* Submit a Github Pull Request to the appropriate branch and ideally discuss the changes with us in IRC.
|
||||
* We will look at the patch, test it out, and give you feedback.
|
||||
* Avoid doing minor whitespace changes, renamings, etc. along with merged content. These will be done by the maintainers from time to time but they can complicate merges and should be done seperately.
|
||||
* Take care to maintain the existing coding style.
|
||||
* Add unit tests for any new or changed functionality
|
||||
* All pull requests should be "fast forward"
|
||||
* If there are commits after yours use “git rebase -i <new_head_branch>”
|
||||
* If you have local changes you may need to use “git stash”
|
||||
* For git help see [progit](http://git-scm.com/book) which is an awesome (and free) book on git
|
||||
For our contribution guidelines, please go to https://github.com/hybridgroup/gobot/blob/master/CONTRIBUTING.md
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) 2013-2014 The Hybrid Group. Licensed under the Apache 2.0 license.
|
||||
Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
|
||||
|
Loading…
x
Reference in New Issue
Block a user