added simple README with current status
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Mar 2010 12:14:04 +0000 (12:14 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Mar 2010 12:14:04 +0000 (12:14 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@256 836a5e1a-633d-0410-964b-294494ad4392

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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
+