NAME
WebSphere::MQTT::Client - WebSphere MQ Telemetry Transport Client
SYNOPSIS
use WebSphere::MQTT::Client;
my $mqtt = WebSphere::MQTT::Client->new( 'localhost' );
$mqtt->disconnect();
DESCRIPTION
WebSphere::MQTT::Client
Publish and Subscribe to broker.
TODO
BUGS
Please report any bugs or feature requests to bug-websphere-mqtt-client@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you will automatically be notified of progress on your bug as I make changes.
AUTHOR
Nicholas Humfrey, njh@ecs.soton.ac.uk
COPYRIGHT AND LICENSE
Copyright (C) 2005 University of Southampton
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.005 or, at your option, any later version of Perl 5 you may have available.