Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

☢️ An up-to-date Source Server Query protocol library written in C99

License

NotificationsYou must be signed in to change notification settings

BinaryAlien/libssq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☢️ An up-to-dateSource Server query protocol library written in C99.

Features

This library supports each of the three undeprecated A2S queries:

  • A2S_INFO,
  • A2S_PLAYER,
  • and A2S_RULES.

It hasno dependencies and is designed to cross-compile on bothWindows andUNIX-like operating systems.

It doesnot currently supportGoldsource norcompressed responses.

Documentation

Up-to-date documentation with examples is available onthe wiki.

Build

This project uses theCMake build system generator.

Example

  • Produce astatic library from the root of the repository using CMake.
cmake -B builddircmake --build builddir
  • Produce adynamic library from the root of the repository using CMake.
cmake -B builddir -DBUILD_SHARED_LIBS=ONcmake --build builddir
gcc -std=c99 -Iinclude example/example.c -o ssq -Lbuilddir -lssq

[8]ページ先頭

©2009-2025 Movatter.jp