This Golang library provides methods to fetch a server's status using AssaultCube's UDP binary protocol.
go get github.com/jasbrake/acpinger
See the test file for examples.
Running the tests start a local UDP server that will respond with mock responses.
go test
This is free software, licensed under the MIT license.