Net::DVBStreamer::Client


Back to Top


NAME

Net::DVBStreamer::Client

Back to Top


SYNOPSIS

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

Back to Top


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()

Back to Top


TODO

- Add timeout when waiting for response

- Detect server closing connection

Back to Top


SEE ALSO

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

http://dvbstreamer.sourceforge.net/

Back to Top


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.

Back to Top


AUTHOR

Nicholas J Humfrey, njh@cpan.org

Back to Top


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.

Back to Top

 Net::DVBStreamer::Client