Simple program that fetches SSQ (Source Server Query) information and displays on the terminal.
My goal with this was really just practice network programming in linux with C.
Inspired by: gmod servers and libssq
git clone https://github.com/gustavodileone/ssq
cd ssq
make
./ssq <hostname> [port]