https://github.com/gamemann/continuous-a2s_info-requests
A small C program imported from GFL's GitLab. This continuously sends A2S_INFO requests using cooked Linux sockets.
https://github.com/gamemann/continuous-a2s_info-requests
a2s a2s-info c engine linux socket source udp valve
Last synced: 7 months ago
JSON representation
A small C program imported from GFL's GitLab. This continuously sends A2S_INFO requests using cooked Linux sockets.
- Host: GitHub
- URL: https://github.com/gamemann/continuous-a2s_info-requests
- Owner: gamemann
- Created: 2020-05-10T17:34:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T17:37:03.000Z (over 5 years ago)
- Last Synced: 2025-02-28T12:30:13.822Z (7 months ago)
- Topics: a2s, a2s-info, c, engine, linux, socket, source, udp, valve
- Language: C
- Homepage: https://moddingcommunity.com/
- Size: 1000 Bytes
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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_infoHere's an example:
```
./a2s_info 92.119.148.30 27015 1
```## Credits
* [Christian Deacon](https://www.linkedin.com/in/christian-deacon-902042186/) - Creator.