We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2071f1c commit 651779eCopy full SHA for 651779e
README.md
@@ -1,15 +1,20 @@
1
2
-```
3
-<script src="bower_components/angular/angular.js"></script>
4
-<script src="src/browserMqtt.js"></script>
5
-<script src="src/angular-MQTT.js"></script>
+## USE
6
+```bash
+bower install angular-mqtt
7
```
8
9
----
10
+```html
+<script src="bower_components/angular/angular.js"></script>
11
+<script src="bower_components/angular-mqtt/src/browserMqtt.js"></script>
12
+<script src="bower_components/angular-mqtt/src/angular-MQTT.js"></script>
13
14
15
+
16
17
+```javascript
18
var app = angular.module('app', [
19
'ngMQTT'
20
]);
@@ -31,4 +36,11 @@
31
36
32
37
33
38
39
40
41
+##TODO
42
43
+- add auth
44
45
+---
34
46
MQTT server install mothod see: http://blog.csdn.net/qhdcsj/article/details/45042515
0 commit comments