/[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 52 by dpavlin, Tue Jun 19 21:29:04 2007 UTC revision 53 by dpavlin, Tue Jun 19 22:06:46 2007 UTC
# Line 10  use lib './lib'; Line 10  use lib './lib';
10  use CWMP::Server;  use CWMP::Server;
11    
12  my $port = 3333;  my $port = 3333;
13    my $debug = shift @ARGV;
14    
15  my $server = CWMP::Server->new({  my $server = CWMP::Server->new({
16          port => $port,          port => $port,
17          debug => 1,          debug => $debug,
18          queue => [ qw/          queue => [ qw/
19                  GetRPCMethods                    GetRPCMethods
20                    Reboot
21          / ],          / ],
22  });  });
23  $server->run();  $server->run();

Legend:
Removed from v.52  
changed lines
  Added in v.53

  ViewVC Help
Powered by ViewVC 1.1.26