/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (show annotations)
Mon Jun 18 19:16:28 2007 UTC (16 years, 11 months ago) by dpavlin
Original Path: google/bin/acs.pl
File MIME type: text/plain
File size: 224 byte(s)
extracted ACS server parts into CWMP::Server
1 #!/usr/bin/perl -w
2
3 # acs.pl
4 #
5 # 06/18/07 09:19:54 CEST Dobrica Pavlinusic <dpavlin@rot13.org>
6
7 use strict;
8
9 use lib './lib';
10 use CWMP::Server;
11
12 my $port = 3333;
13
14 my $server = CWMP::Server->new( $port );
15 $server->run();
16
17
18
19

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26