/[cwmp]/google/trunk/lib/CWMP.pod
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/trunk/lib/CWMP.pod

Parent Directory Parent Directory | Revision Log Revision Log


Revision 173 - (hide annotations)
Sun Oct 28 16:39:58 2007 UTC (16 years, 8 months ago) by dpavlin
File size: 1477 byte(s)
great API breaking update to version [0.07]

CWMP::Response (which somewhat made sense since it was response from server)
is now called CWMP::Methods (to more closely match protocol terminology)
1 dpavlin 52 =head1 NAME
2    
3     CWMP - CPE WAN Management Protocol
4    
5     =head1 DESCRIPTION
6    
7 dpavlin 173 This is free, open source implementation of
8    
9     DSL Forum: TR-069 - CPE WAN Management Protocol, May 2004
10    
11     In essence, it's relaxed SOAP server which eats garbage and tries to produce
12     standard compliant results.
13    
14     Standard defines following methods:
15    
16 dpavlin 52 CPE methods Responding Calling
17    
18     GetRPCMethods Required Optional
19     SetParameterValues Required Required
20     GetParameterValues Required Required
21     GetParameterNames Required Required
22     SetParameterAttributes Required Optional
23     GetParameterAttributes Required Optional
24     AddObject Required Optional
25     DeleteObject Required Optional
26     Reboot Required Optional
27     Download Required Required
28     Upload Optional Optional
29     FactoryReset Optional Optional
30     GetQueuedTransfers Optional Optional
31     ScheduleInform Optional Optional
32     SetVouchers Optional Optional
33     GetOptions Optional Optional
34    
35     Server methods Calling Responding
36    
37     GetRPCMethods Optional Required
38     Inform Required Required
39     TransferComplete Required Required
40     RequestDownload Optional Optional
41     Kicked Optional Optional
42    
43    
44 dpavlin 173 To see implemented methods take a look in L<CWMP::Methods>
45    
46 dpavlin 52 =head1 AUTHOR
47    
48     Dobrica Pavlinusic, C<< dpavlin@rot13.org >>

  ViewVC Help
Powered by ViewVC 1.1.26