项目作者: jasbrake

项目描述 :
A Golang library to ping AssaultCube servers and parse their responses.
高级语言: Go
项目地址: git://github.com/jasbrake/acpinger.git
创建时间: 2018-03-30T22:42:55Z
项目社区:https://github.com/jasbrake/acpinger

开源协议:MIT License

下载


AssaultCube Server Pinger for Go

This Golang library provides methods to fetch a server’s status using AssaultCube‘s UDP binary protocol.

Installation

  1. 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.

  1. go test

License

This is free software, licensed under the MIT license.