ACS Platform Overview

1. Introduction

ACS (Auto Configuration Server) is a device management platform supporting multiple device management protocols. You can use the platform for unified device lifecycle management, configuration, and monitoring across heterogeneous device environments.

2. Supported Protocols

ACS implements the following device management protocols:

  • TR-069 — Technical Report 069 (CWMP)

  • MQTT — Message Queuing Telemetry Transport

  • USP — User Services Platform

3. Server Endpoints

You can communicate with the ACS server through protocol-specific endpoints:

Protocol Endpoint Type

TR-069

HTTP server

MQTT

ActiveMQ listener

USP

Protocol-specific listeners

4. Integration Interfaces

4.1. ACSWS (SOAP Web Services)

You can integrate external applications and orchestrate services through the SOAP-based web services.

4.2. Subscription REST API

RESTful API for subscription management operations. See Subscription API documentation for endpoint specifications.

4.3. Event System

ACS generates events for third-party application integration:

5. Architecture

The ACS platform consists of:

  • Protocol adapters (TR-069, MQTT, USP)

  • Device communication endpoints

  • SOAP web service layer

  • REST API layer

  • Event processing and distribution system

6. Contents