From: Dobrica Pavlinusic Date: Sun, 7 Mar 2010 19:38:36 +0000 (+0000) Subject: created basic usage instructions X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=ad1f4c93b32fbf25f456357dc8f77aa3f97f696d;ds=sidebyside created basic usage instructions git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@267 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/README b/README index ece95c7..7b1bbda 100644 --- 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. + +