/[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 57 by dpavlin, Wed Jun 20 21:31:03 2007 UTC revision 78 by dpavlin, Fri Jun 22 14:16:43 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;
15    my $store_path = 'state.db';
16    
17  GetOptions(  GetOptions(
18          'debug+' => \$debug,          'debug+' => \$debug,
19          'port=i' => \$port,          'port=i' => \$port,
20            'store-path=s' => \$store_path,
21  );  );
22    
23  my $server = CWMP::Server->new({  my $server = CWMP::Server->new({
24          port => $port,          port => $port,
25            store_path => $store_path,
26          debug => $debug,          debug => $debug,
27          queue => [ qw/          queue => [ qw/
28                  GetRPCMethods                  GetRPCMethods

Legend:
Removed from v.57  
changed lines
  Added in v.78

  ViewVC Help
Powered by ViewVC 1.1.26