fill ParameterInfo using GetParameterNames
[perl-cwmp.git] / README
1 perl-cwmp - Perl ACS server implementing CWMP protocol to manage CPE clients
2
3 Idea here is to implement simpliest possible TR-069 server which can talk to vendor's
4 CPE and support various quriks (mostly protocol violations) found in implementations.
5
6
7 This implementation follows specification:
8
9 CPE WAN Management Protocol v1.1 
10 TR-069 Issue 1 Amendment 2
11
12 http://www.broadband-forum.org/technical/download/TR-069_Amendment-2.pdf
13
14
15 Currently implemented:
16
17 + 3.4.1 Encoding SOAP over HTTP
18 + 3.4.2 Transaction Sessions
19 - 3.4.3 File Transfers
20 - 3.4.4 Authentication
21 - 3.4.5 Digest Authentication
22 + 3.4.6 Additional HTTP Requirements
23