Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 782 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 782 Bytes

go-apc

GoDoc Widget Go Report

The library to work with Avaya Proactive Control Agent API. It replaces the old ActiveX component. Supports old versions with TLS 1.0 only support. Due to incompatibility with BEAST patched clients Go tls package was forked.

cmd/apcctl contains source code of the example utility that logins, attaches a job and receives events. Additional documentation.

It lacks tests, but was battle-tested under real production loads without major changes.