I am exploring coding a little Quake server notification application. And although I've been able to find some resources regarding the Quake network protocol (Unofficial Quake Network Protocol Specs v1.01b & Quake Specs v3.4), the code I've written for Server Info Request so far hasn't been successful yet. When testing, I can confirm that the server gets my request. Yet I get no response from the server. I suspect the problem might be that as I'm sending the request to the server that my use of the code 03h for the quake version field is wrong.
What is the currently recommended reference document about the Quake network protocol, and more specifically ProQuake?
Thank you in advance.
What is the currently recommended reference document about the Quake network protocol, and more specifically ProQuake?
Thank you in advance.
Comment