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.
- Host: GitHub
- URL: https://github.com/jasbrake/acpinger
- Owner: jasbrake
- License: mit
- Created: 2018-03-30T22:42:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T02:21:34.000Z (almost 7 years ago)
- Last Synced: 2025-05-12T22:59:45.058Z (10 days ago)
- Topics: assaultcube, fps, fps-game, game, golang, golang-library, ping, ping-pong, pingpong, pong, tool
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.