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

View Directory Listing Directory Listing


Sticky Revision:

Revision 239 - Directory Listing
Modified Tue Dec 4 22:06:29 2007 UTC (16 years, 5 months ago) by dpavlin
 r290@brr:  dpavlin | 2007-11-26 01:34:51 +0100
 better output


Revision 234 - Directory Listing
Modified Sun Nov 25 23:26:42 2007 UTC (16 years, 5 months ago) by dpavlin
 r278@brr:  dpavlin | 2007-11-26 00:17:17 +0100
 Massive re-write of server testing, which now behaves more
 like real CPE client (reconnecting on inform, etc)


Revision 232 - Directory Listing
Modified Sun Nov 25 23:25:49 2007 UTC (16 years, 5 months ago) by dpavlin
 r276@brr:  dpavlin | 2007-11-25 22:04:35 +0100
 helper script to create tests from dumps


Revision 227 - Directory Listing
Modified Sun Nov 25 18:51:26 2007 UTC (16 years, 5 months ago) by dpavlin
 r266@brr:  dpavlin | 2007-11-25 19:50:35 +0100
 - first pass with Devel::LeakTrace::Fast
 - remove DBM::Deep store
 - CWMP::Queue now supports dir and clean args
 - create new parser for each request


Revision 226 - Directory Listing
Modified Sun Nov 25 13:35:27 2007 UTC (16 years, 5 months ago) by dpavlin
 r264@brr:  dpavlin | 2007-11-25 14:35:13 +0100
 shell script to list all cpe queues


Revision 224 - Directory Listing
Modified Sun Nov 25 12:51:52 2007 UTC (16 years, 5 months ago) by dpavlin
 r260@brr:  dpavlin | 2007-11-25 13:51:25 +0100
 it seems that DBM::Deep is leaking memory


Revision 223 - Directory Listing
Modified Sat Nov 24 02:17:40 2007 UTC (16 years, 5 months ago) by dpavlin
 r257@brr:  dpavlin | 2007-11-24 03:16:39 +0100
 massive amount of tweaks including replacement of YAML with YAML::Syck
 and scoping all over the place


Revision 221 - Directory Listing
Modified Fri Nov 23 21:14:54 2007 UTC (16 years, 5 months ago) by dpavlin
 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 219 - Directory Listing
Modified Tue Nov 20 13:10:27 2007 UTC (16 years, 5 months ago) by dpavlin
 r250@brr:  dpavlin | 2007-11-20 14:09:59 +0100
 added GetParameterAttributes which is supported by 7.x firmware


Revision 218 - Directory Listing
Modified Tue Nov 20 13:09:08 2007 UTC (16 years, 5 months ago) by dpavlin
 r248@brr:  dpavlin | 2007-11-20 14:08:48 +0100
 cleanup dump directory on startup


Revision 216 - Directory Listing
Modified Tue Nov 20 11:18:46 2007 UTC (16 years, 5 months ago) by dpavlin
 r244@brr:  dpavlin | 2007-11-20 12:18:29 +0100
 support issuing command to multiple CPEs at the same time


Revision 212 - Directory Listing
Modified Sun Nov 18 17:27:57 2007 UTC (16 years, 5 months ago) by dpavlin
 r236@brr:  dpavlin | 2007-11-18 18:21:09 +0100
 tweaks


Revision 205 - Directory Listing
Modified Wed Nov 14 23:02:17 2007 UTC (16 years, 5 months ago) by dpavlin
 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 - Directory Listing
Modified Wed Nov 14 21:55:24 2007 UTC (16 years, 5 months ago) by dpavlin
 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 199 - Directory Listing
Modified Wed Nov 14 18:16:14 2007 UTC (16 years, 5 months ago) by dpavlin
 r210@brr:  dpavlin | 2007-11-14 19:15:41 +0100
 New version [0.09] with buch of changes:
 - command queue for device now really works
 - cpe-queue.pl now supports --list to display queue
 - convert all methods to receive just one param (simplifies code all over)


Revision 197 - Directory Listing
Modified Mon Nov 12 22:03:01 2007 UTC (16 years, 5 months ago) by dpavlin
 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 - Directory Listing
Modified Sun Oct 28 21:36:30 2007 UTC (16 years, 6 months ago) by dpavlin
added --protocol-dump flag to acs which include part of protocol that we implement

Revision 178 - Directory Listing
Modified Sun Oct 28 19:47:30 2007 UTC (16 years, 6 months ago) by dpavlin
another swiping change and bump to version [0.08]
- implemented SetParameterValues (tests missing)
- rename rest of misnamed files

Revision 172 - Directory Listing
Modified Sun Oct 28 15:43:07 2007 UTC (16 years, 6 months ago) by dpavlin
implemented correct GetParameterValues which unrolls ParameterNames into xsd:strings

Revision 169 - Directory Listing
Modified Sun Oct 28 13:01:03 2007 UTC (16 years, 6 months ago) by dpavlin
- 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 - Directory Listing
Modified Sat Oct 27 23:06:09 2007 UTC (16 years, 6 months ago) by dpavlin
since pluggable store landed in trunk add --store-path and --store-module options

Revision 154 - Directory Listing
Modified Sat Oct 27 22:53:58 2007 UTC (16 years, 6 months ago) by dpavlin
 r138@llin (orig r137):  dpavlin | 2007-10-26 23:25:08 +0200
 everything uses yaml for now


Revision 150 - Directory Listing
Modified Sat Oct 27 22:53:14 2007 UTC (16 years, 6 months ago) by dpavlin
 r134@llin (orig r133):  dpavlin | 2007-10-26 22:46:09 +0200
 Rough draft of low-level store mechanisam.


Revision 112 - Directory Listing
Modified Fri Oct 26 11:42:39 2007 UTC (16 years, 6 months ago) by dpavlin
Copied from: google/bin revision 105
reorg source code tree to make trunk

Revision 105 - Directory Listing
Modified Tue Jun 26 18:27:53 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
tweaks to CLI

Revision 99 - Directory Listing
Modified Sun Jun 24 17:41:55 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
remove $state vriable as global CLI state (dropped that idea)

Revision 97 - Directory Listing
Modified Sun Jun 24 16:32:48 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
first, somewhat working version of command line interface

Revision 84 - Directory Listing
Modified Fri Jun 22 18:25:24 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
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 80 - Directory Listing
Modified Fri Jun 22 14:33:04 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
simple script to dump content of store

Revision 78 - Directory Listing
Modified Fri Jun 22 14:16:43 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
added default store_path to state.db

Revision 57 - Directory Listing
Modified Wed Jun 20 21:31:03 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
added command-line options --debug (can be specified multiple times) and --port (3333 by default)

Revision 53 - Directory Listing
Modified Tue Jun 19 22:06:46 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
* added Reboot method
* much less screen output without debug option

Revision 50 - Directory Listing
Modified Tue Jun 19 21:29:04 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
* 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 - Directory Listing
Modified Tue Jun 19 17:29:07 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
skeleton of very simple IO::Socket::INET-based server

Revision 35 - Directory Listing
Modified Tue Jun 19 00:18:56 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
and fix it to actually work

Revision 30 - Directory Listing
Modified Mon Jun 18 19:16:28 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
extracted ACS server parts into CWMP::Server

Revision 28 - Directory Listing
Added Mon Jun 18 07:59:20 2007 UTC (16 years, 10 months ago) by dpavlin
Original Path: google/bin
begin implementation of own SOAP server for ACS

  ViewVC Help
Powered by ViewVC 1.1.26