/[cwmp]/google/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

Annotation of /google/bin/acs.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (hide annotations)
Tue Jun 19 17:29:07 2007 UTC (17 years ago) by dpavlin
File MIME type: text/plain
File size: 243 byte(s)
skeleton of very simple IO::Socket::INET-based server
1 dpavlin 28 #!/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 dpavlin 30 use lib './lib';
10     use CWMP::Server;
11 dpavlin 28
12     my $port = 3333;
13    
14 dpavlin 40 my $server = CWMP::Server->new({ port => $port, debug => 1 });
15 dpavlin 28 $server->run();
16    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26