From 709051e4ab31d69cbe4a6b0310e1addb2e1b89ea Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 7 Mar 2010 12:14:04 +0000 Subject: [PATCH] added simple README with current status git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@256 836a5e1a-633d-0410-964b-294494ad4392 --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README 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 + -- 2.20.1