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

https://github.com/jasbrake/acpinger

A Golang library to ping AssaultCube servers and parse their responses.
https://github.com/jasbrake/acpinger

assaultcube fps fps-game game golang golang-library ping ping-pong pingpong pong tool

Last synced: 10 days ago
JSON representation

A Golang library to ping AssaultCube servers and parse their responses.

Awesome Lists containing this project

README

        

# AssaultCube Server Pinger for Go

This Golang library provides methods to fetch a server's status using [AssaultCube](https://assault.cubers.net/)'s UDP binary protocol.

## Installation

```
go get github.com/jasbrake/acpinger
```

## Usage

See the test file for examples.

## Testing

Running the tests start a local UDP server that will respond with mock responses.

```
go test
```

## License

This is free software, licensed under the MIT license.