An open API service indexing awesome lists of open source software.

https://github.com/savely-krasovsky/go-apc

Avaya Proactive Control Agent API library
https://github.com/savely-krasovsky/go-apc

avaya avaya-proactive-control

Last synced: 2 months ago
JSON representation

Avaya Proactive Control Agent API library

Awesome Lists containing this project

README

          

# go-apc

[![GoDoc Widget](https://godoc.org/github.com/L11R/go-apc?status.svg)](https://godoc.org/github.com/L11R/go-apc)
[![Go Report](https://goreportcard.com/badge/github.com/L11R/go-apc)](https://goreportcard.com/report/github.com/L11R/go-apc)

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](https://github.com/L11R/apc-tls).

`cmd/apcctl` contains source code of the example utility that logins, attaches a job and receives events.
Additional [documentation](docs/AgentAPI_Guide-ProactiveContact-5_2.pdf).

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