/[cwmp]/google/trunk/bin/acs.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/bin/acs.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 149 by dpavlin, Fri Oct 26 11:42:39 2007 UTC revision 150 by dpavlin, Sat Oct 27 22:53:14 2007 UTC
# Line 12  use Getopt::Long; Line 12  use Getopt::Long;
12    
13  my $port = 3333;  my $port = 3333;
14  my $debug = 0;  my $debug = 0;
 my $store_path = 'state.db';  
15    
16  GetOptions(  GetOptions(
17          'debug+' => \$debug,          'debug+' => \$debug,
18          'port=i' => \$port,          'port=i' => \$port,
         'store-path=s' => \$store_path,  
19  );  );
20    
21  my $server = CWMP::Server->new({  my $server = CWMP::Server->new({
22          port => $port,          port => $port,
23          store_path => $store_path,          store => {
24                    module => 'DBMDeep',
25                    store_path => 'state.db',
26            },
27          debug => $debug,          debug => $debug,
28          default_queue => [ qw/          default_queue => [ qw/
29                  GetRPCMethods                  GetRPCMethods

Legend:
Removed from v.149  
changed lines
  Added in v.150

  ViewVC Help
Powered by ViewVC 1.1.26