Skip to content

A small C program imported from GFL's GitLab. This continuously sends A2S_INFO requests using cooked Linux sockets.

Notifications You must be signed in to change notification settings

gamemann/Continuous-A2S_INFO-Requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Continuous A2S_INFO Requests

Description

A small C program that continuously sends A2S_INFO requests to a certain IP and port over the UDP protocol using threading. It checks to see if a response is received. If no response is received, it will print out the date. This is useful for debugging A2S_INFO packets being sent to a game server.

Usage & Examples

Here is the usage:

a2s_info <IP> <Port> <Time Out>

Here's an example:

./a2s_info 92.119.148.30 27015 1

Credits

About

A small C program imported from GFL's GitLab. This continuously sends A2S_INFO requests using cooked Linux sockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages