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

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

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 221 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 21:14:54 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 1076 byte(s)
Diff to previous 218
 r254@brr:  dpavlin | 2007-11-23 22:14:16 +0100
 - replace Devel::Events with Devel::LeakTrace::Fast
 - remove CWMP::Tree which is no longer used


Revision 218 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 13:09:08 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 1047 byte(s)
Diff to previous 205
 r248@brr:  dpavlin | 2007-11-20 14:08:48 +0100
 cleanup dump directory on startup


Revision 205 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 23:02:17 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 749 byte(s)
Diff to previous 203
 r222@brr:  dpavlin | 2007-11-15 00:01:24 +0100
 added --create-dump option to acs.pl which will force creation
 of protocol dumps even without debug level > 2


Revision 203 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 21:55:24 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 640 byte(s)
Diff to previous 197
 r218@brr:  dpavlin | 2007-11-14 22:54:48 +0100
 version bump [0.10]
 - added CWMP::Vendor module which implements simple vendor specific logic
   (this is beginning of example to change IP adress of CPE based on serial)


Revision 197 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 22:03:01 2007 UTC (16 years, 5 months ago) by dpavlin
File length: 549 byte(s)
Diff to previous 180
 r206@brr:  dpavlin | 2007-11-12 23:02:21 +0100
 - move protocol dump to new cpe-queue.pl command
 - queue now stores data in YAML to preserve perl structures intact
 - queue jobs are now finished correctly
 - remove all traces of default_queue


Revision 180 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 21:36:30 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 1331 byte(s)
Diff to previous 178
added --protocol-dump flag to acs which include part of protocol that we implement

Revision 178 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:47:30 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 1140 byte(s)
Diff to previous 172
another swiping change and bump to version [0.08]
- implemented SetParameterValues (tests missing)
- rename rest of misnamed files

Revision 172 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 15:43:07 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 890 byte(s)
Diff to previous 169
implemented correct GetParameterValues which unrolls ParameterNames into xsd:strings

Revision 169 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 13:01:03 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 763 byte(s)
Diff to previous 164
- implement parametars to commands in queue (just pass array as command)
- store debugging moved to debug level 4 (makes make dump much more useful)
- version bump [0.06]

Revision 164 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 23:06:09 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 624 byte(s)
Diff to previous 154
since pluggable store landed in trunk add --store-path and --store-module options

Revision 154 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 22:53:58 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 507 byte(s)
Diff to previous 150
 r138@llin (orig r137):  dpavlin | 2007-10-26 23:25:08 +0200
 everything uses yaml for now


Revision 150 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 22:53:14 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 486 byte(s)
Diff to previous 112
 r134@llin (orig r133):  dpavlin | 2007-10-26 22:46:09 +0200
 Rough draft of low-level store mechanisam.


Revision 112 - (view) (annotate) - [select for diffs]
Modified Fri Oct 26 11:42:39 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 509 byte(s)
Diff to previous 84
reorg source code tree to make trunk

Revision 84 - (view) (annotate) - [select for diffs]
Modified Fri Jun 22 18:25:24 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 509 byte(s)
Diff to previous 78
use Net::Server instead of low-level IO::Socket::INET (that will hopefully
bring us free of charge forking server, background and various other stuff
:-)

Revision 78 - (view) (annotate) - [select for diffs]
Modified Fri Jun 22 14:16:43 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 501 byte(s)
Diff to previous 57
added default store_path to state.db

Revision 57 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 21:31:03 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 411 byte(s)
Diff to previous 53
added command-line options --debug (can be specified multiple times) and --port (3333 by default)

Revision 53 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 22:06:46 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 323 byte(s)
Diff to previous 50
* added Reboot method
* much less screen output without debug option

Revision 50 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 21:29:04 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 285 byte(s)
Diff to previous 40
* added queue to send commands to CPE
* implemented parsing of Fault messages from CPE
* correctly emit NoMoreRequests in SOAP header
* close connection (not verified against TR-069 standard yet)

Revision 40 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 17:29:07 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 243 byte(s)
Diff to previous 35
skeleton of very simple IO::Socket::INET-based server

Revision 35 - (view) (annotate) - [select for diffs]
Modified Tue Jun 19 00:18:56 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 285 byte(s)
Diff to previous 30
and fix it to actually work

Revision 30 - (view) (annotate) - [select for diffs]
Modified Mon Jun 18 19:16:28 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 224 byte(s)
Diff to previous 28
extracted ACS server parts into CWMP::Server

Revision 28 - (view) (annotate) - [select for diffs]
Added Mon Jun 18 07:59:20 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin/acs.pl
File length: 521 byte(s)
begin implementation of own SOAP server for ACS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26