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
- Host: GitHub
- URL: https://github.com/savely-krasovsky/go-apc
- Owner: savely-krasovsky
- License: mit
- Created: 2023-01-11T16:45:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T14:26:07.000Z (11 months ago)
- Last Synced: 2025-02-14T08:04:52.455Z (11 months ago)
- Topics: avaya, avaya-proactive-control
- Language: Go
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-apc
[](https://godoc.org/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.