Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j54n1n committed Feb 21, 2016
1 parent 5347e91 commit 5b0bc02
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# mosquitto
Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for "Internet of Things" messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers like the Arduino.

Mosquitto is an [iot.eclipse.org](http://iot.eclipse.org/) project

## Building
Make sure that you have installed the `base-devel` package. Run either `makepkg -s --skippgpcheck` or
```
gpg --list-keys
gpg --recv-keys 779B22DFB3E717B7
makepkg -s
```
as the current user to build the package.

## See Also
http://mosquitto.org/

0 comments on commit 5b0bc02

Please sign in to comment.