From: Dobrica Pavlinusic Date: Sun, 7 Mar 2010 12:14:04 +0000 (+0000) Subject: added simple README with current status X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=709051e4ab31d69cbe4a6b0310e1addb2e1b89ea added simple README with current status git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@256 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/README b/README new file mode 100644 index 0000000..8d331ea --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +perl-cwmp - Perl ACS server implementing CWMP protocol to manage CPE clients + +Idea here is to implement simpliest possible TR-069 server which can talk to vendor's +CPE and support various quriks (mostly protocol violations) found in implementations. + + +This implementation follows specification: + +CPE WAN Management Protocol v1.1 +TR-069 Issue 1 Amendment 2 + +http://www.broadband-forum.org/technical/download/TR-069_Amendment-2.pdf + + +Currently implemented: + ++ 3.4.1 Encoding SOAP over HTTP ++ 3.4.2 Transaction Sessions +- 3.4.3 File Transfers +- 3.4.4 Authentication +- 3.4.5 Digest Authentication ++ 3.4.6 Additional HTTP Requirements +