Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Steam server side query protocol implementation in c code

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages