# OpenACS **Repository Path**: paylive/OpenACS ## Basic Information - **Project Name**: OpenACS - **Description**: https://github.com/gang-sun/OpenACS.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-11-22 - **Last Updated**: 2021-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenACS The project is based on TR-069 protocol(RPC) intended for communication between a CPE and Auto-Configuration Server (ACS). It is written with Java, under SSM(SpringMVC, Spring, Mybatis). #Package description: 1. Package "com.cwmp.acsserver.acs.structprimitive": a. class "CwmpObjBase": base class for primitive struct class, RPC struct class and SOAP struct class. b. other classes: primitive classes which will help construct or parse RPC methods. 2. Package "com.cwmp.acsserver.acs.structrpc", a. construct or parse RPC methods, which will be part of SOAP envelope. 3. Package "com.cwmp.acsserver.acs.soap", a. construct or parse SOAP envelope. 4. Package "com.cwmp.acsserver.acs", a. With all above classes, classes under this package will act like a real CPE.