Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 852 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 852 Bytes

libSteamProt

Implement server side steam server query protocol in lightweight c code

  • Support current steam protocol info, player, rules queries
  • Support compressed rules
  • Support split rules
  • Small footprint
  • Easy to use in multi thread environments
  • Easy to use in different languages
  • CMake multi plattform build enviroment (Windows/Linux)
  • Visual C# support

Installation

Windows

TODO

Linux

TODO

Test

Windows

Sample udp server is included, which is simulating a CSGO server

History

0.2 - 08.07.2015

  • added csharp support
  • modified interface make it easier to use it in other languages

0.1 - Initial Release

  • simplified implementation of steam query protocol server core

Third Party Libraries

  • bzlib by Julian Seward (http://www.bzip.org/)
  • CRC32 Code Snippet by Gary S. Brown COPYRIGHT (C) 1986