diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-11-29 19:21:04 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-11-29 19:21:04 +0100 |
commit | 1453d23857407a0516923140595eabb9dfe53771 (patch) | |
tree | 71c7756533d06f1682f43c5aea42cf8e1683f285 /README | |
parent | cbf05945f006c7cb039af76c876125ccfeffd00a (diff) |
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,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. |