NAME
bbscomd - OurNet BBS remote access daemon
SYNOPSIS
% bbscomd [-d] [-f] [-u key [-a]] [-p port] <backend> <args>...
DESCRIPTION
The bbscomd starts a OurNet::BBS::Server daemon listening on the specified port (default 7978). Remote users could then start using OurNet::BBS::Client to connect, e.g.:
use OurNet::BBS;
my $Remote_BBS = OurNet::BBS->new('OurNet', 'remote.org');
If the -f
flag is specified, bbscomd will fork a new process to run as daemon. The -d
flag turns on debugging.
The -u
specified the pgp key used in authorization. If -a
is supplied, the server will serve in 'authentication' mode with additional permission controls.
Please refer to OurNet::BBS modules for more information on usages.
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2001 by Autrijus Tang <autrijus@autrijus.org>.
All rights reserved. You can redistribute and/or modify this module under the same terms as Perl itself.