GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ANYEVENT-MQTT-MONITOR(1) User Contributed Perl Documentation ANYEVENT-MQTT-MONITOR(1)

anyevent-mqtt-sub - Perl script for subscribing to an MQTT topic

version 1.142640

  anyevent-mqtt-sub [options] topic1 [topic2] [topic3] ...

This script subscribes to one or more MQTT topics and prints any messages that it receives to stdout.

-help
Print a brief help message.
-man
Print the manual page.
-host A.B.C.D
The host running the MQTT service. The default is 127.0.0.1.
-port NNNNN
The port of the running MQTT service. The default is 1883.
-qos N
The QoS level for the published message. The default is 0 ("MQTT_QOS_AT_MOST_ONCE").
-verbose
Include more verbose output.
-keepalive NNN
The keep alive timer value. Defaults to 120 seconds. For simplicity, it is also currently used as the connection/subscription timeout.
--history-size NNN
Number of messages to keep for each topic. Defaults to keeping 20 messages.
--no-retain
Ignore retained messages. That is, wait for new messages rather than processing existing retained messages.

AnyEvent::MQTT(3)

Mark Hindess <soft-cpan@temporalanomaly.com>

This software is copyright (c) 2014 by Mark Hindess.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2014-09-21 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.