blob: a9268b0b72e83a7f6f5e53072ffb5f8d3c660828 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
mqtt-multipub - Publish multiple MQTT messages at once
------------------------------------------------------
<http://finalrewind.org/projects/mqtt-multipub/>
Dependencies
------------
* perl version 5.20 or newer
* File::Slurp
* Net::MQTT::Simple
Installation
------------
From a release tarball:
$ perl Build.PL
$ ./Build
$ sudo ./Build install
From git:
$ perl Build.PL
$ ./Build
$ ./Build manifest
$ sudo ./Build install
See also the Module::Build documentation.
You can then run 'man mqtt-multipub' to read the documentation.
|