NAME
Ham::Fldigi::Shell - an interactive shell for Fldigi
SYNOPSIS
use Ham::Fldigi;
my $f = new Ham::Fldigi;
my $c = new Ham::Fldigi::Client('Hostname' => 'localhost', 'Port' => 7362, 'Name' => 'example');
my $s = $f->shell($c);
DESCRIPTION
This module is for communicating with individual Fldigi instances.
It uses Fldigi's XMLRPC service, which usually runs on localhost:7362, providing support for it has been compiled in.
EXPORT
None by default.
CONSTRUCTORS
Shell->new(Ham::Fldigi::Shell ref)
Creates a new Ham::Fldigi::Shell object with the specified arguments.
METHODS
Client->shell()
Start an interactive shell, similar to fldigi-shell.
SEE ALSO
The source code for this module is hosted on Github at https://github.com/m0vkg/Perl-Ham-Fldigi.
AUTHOR
Andy Smith M0VKG, <andy@m0vkg.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Andy Smith
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.