Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 885 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 885 Bytes

A2S_Info implementation in VB.NET

This is a functional implementation of Valve's Source A2S_info query protocol in Visual Basic .NET.

This snippet shows how to successfully query a Source-based game server and receive useful data like hostname, number of players, current map, number of bots, max players allowed on the server and other aditional data.

This code is implemented in my Counter-Strike 2 game server admin tool: https://github.com/fpaezf/CS2-RCON-Tool-V2

Documentation: