/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-DVBStreamer-Client/blib/lib/Net/DVBStreamer/Client.pm



NAME

Net::DVBStreamer::Client


SYNOPSIS

  use Net::DVBStreamer::Client;
  my $dvbs = new Net::DVBStreamer::Client();
  $dvbs->close();


DESCRIPTION

Net::DVBStreamer::Client blah blah blah

METHODS

$sap = new Net::DVBStreamer::Client( [$host], [$adaptor] )
The new() method is the constructor for the Net::DVBStreamer::Client class.

If no host if specified, then 'localhost' is used.

$result = $dvbs->send_command( $command, [@params] )
$result = $dvbs->server_version()
$result = $dvbs->errno()
$result = $dvbs->response()
$result = $dvbs->authenticate()


TODO

- Add timeout when waiting for response

- Detect server closing connection


SEE ALSO

the IO::Socket::INET manpage, perl(1)

http://dvbstreamer.sourceforge.net/


BUGS

Please report any bugs or feature requests to bug-net-dvbstreamer@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 J Humfrey, njh@cpan.org


COPYRIGHT AND LICENSE

Copyright (C) 2007 Nicholas J Humfrey

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.

 /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-DVBStreamer-Client/blib/lib/Net/DVBStreamer/Client.pm