X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=README;h=7b1bbda38948143e5c0bfb10b0e38f9f363b25a0;hp=ece95c74d9ad119a2c01cabdd9bf692bd5c7a5b0;hb=b3f35798ca497b3d02382bfb9f80f97247694e3f;hpb=6dcc570ef56f4d00cd8997498a42bbaeedf32bf6 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. + +