created basic usage instructions
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Mar 2010 19:38:36 +0000 (19:38 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 7 Mar 2010 19:38:36 +0000 (19:38 +0000)
git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@267 836a5e1a-633d-0410-964b-294494ad4392

README

diff --git a/README b/README
index ece95c7..7b1bbda 100644 (file)
--- a/README
+++ b/README
@@ -26,3 +26,27 @@ INSTALLATION
 
 Idea is to be as lightweight as possible, but some perl modules might be installed
 directly from CPAN
+
+  $ perl Makefile.PL
+  $ make
+
+will check for dependencies and install them if necesarry
+
+
+USING ACS SERVER
+
+  $ ./bin/acs.pl -d
+
+This will start server with debug output. You may repeat -d to increase debug level.
+
+Sever will listen on *:3333, so now you can configure your CPE to connect to it.
+
+When CPE first connects, ACS server will issue GetParameterNames untill it discovers
+whole hierarchy and which parameters are writable.
+
+After that, it will issue GetparameterValues requests, 16 in one batch to preserve
+resources on CPE, until it reads all values present on CPE.
+
+This will create file yaml/CPE_ID.yml with all parameters information from given CPE.
+
+