summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-11-29 19:21:04 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-11-29 19:21:04 +0100
commit1453d23857407a0516923140595eabb9dfe53771 (patch)
tree71c7756533d06f1682f43c5aea42cf8e1683f285
parentcbf05945f006c7cb039af76c876125ccfeffd00a (diff)
Release v0.01HEAD0.01master
-rw-r--r--Changelog4
-rw-r--r--README33
2 files changed, 37 insertions, 0 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..fb4b03f
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,4 @@
+mqtt-multipub 0.01 - Wed Nov 29 2017
+
+ * Initial release
+ * Supports publish/retain message types and reading message body from files
diff --git a/README b/README
new file mode 100644
index 0000000..a9268b0
--- /dev/null
+++ b/README
@@ -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.