• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H22-Nov-2014-732358

debian/H22-Nov-2014-176108

lib/Net/H22-Nov-2014-1,980709

t/H22-Nov-2014-685527

.travis.ymlH A D22-Nov-2014427 1716

ChangesH A D22-Nov-20141.4 KiB4833

LICENSEH A D22-Nov-201417.9 KiB380292

MANIFESTH A D22-Nov-20141.7 KiB7574

MANIFEST.SKIPH A D22-Nov-201422 43

META.jsonH A D22-Nov-20141.9 KiB7573

META.ymlH A D22-Nov-2014855 3433

Makefile.PLH A D22-Nov-20141.6 KiB8062

READMEH A D22-Nov-2014885 3724

dist.iniH A D22-Nov-20141 KiB6051

README

1NAME
2    Net::MQTT - Perl modules for MQTT Protocol (http://mqtt.org/)
3
4VERSION
5    version 1.143260
6
7SYNOPSIS
8      # net-mqtt-sub /topic
9
10      # net-mqtt-pub /topic message
11
12      # net-mqtt-trace mqtt.tcp
13
14DESCRIPTION
15    Low level API for the MQTT protocol described at <http://mqtt.org>.
16
17    IMPORTANT: This is an early release and the API is still subject to
18    change.
19
20DISCLAIMER
21    This is not official IBM code. I work for IBM but I'm writing this in my
22    spare time (with permission) for fun.
23
24SEE ALSO
25    net-mqtt-sub(1), net-mqtt-pub(1), net-mqtt-trace(1),
26    Net::MQTT::Message(3)
27
28AUTHOR
29    Mark Hindess <soft-cpan@temporalanomaly.com>
30
31COPYRIGHT AND LICENSE
32    This software is copyright (c) 2014 by Mark Hindess.
33
34    This is free software; you can redistribute it and/or modify it under
35    the same terms as the Perl 5 programming language system itself.
36
37