Skip to content

fpaezf/vb.net-a2s_Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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: