X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=README;h=7b1bbda38948143e5c0bfb10b0e38f9f363b25a0;hp=8d331ea966ba0b0cd28af206b8111607e29e6ada;hb=0c93eb28451495f2bd053d8d5eb6c9ed07a68e58;hpb=709051e4ab31d69cbe4a6b0310e1addb2e1b89ea diff --git a/README b/README index 8d331ea..7b1bbda 100644 --- a/README +++ b/README @@ -21,3 +21,32 @@ Currently implemented: - 3.4.5 Digest Authentication + 3.4.6 Additional HTTP Requirements + +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. + +