warpig2k4 • PM |
Aug 31, 2011 11:19 AM
|
![]() Posts: 2 |
Hello Admins!
I'd like to ask a simple technical question. I m about to code a little application in c++ for tunneling issues on our server, but I don't really know how to identify an ip, to know if it is an unreal tournament server for example. I tried "whoising" ips, but nothing reasonable popped up. Any help would be awesome, thanks in advance. cheers - David |
burn • PM |
Aug 31, 2011 12:59 PM
|
![]() Posts: 10924 |
You'd have to send a query to the server. You should be able to find an article on the query protocol with google http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=unreal+tournament+query+protocol
![]() |
warpig2k4 • PM |
Sep 01, 2011 9:44 AM
|
![]() Posts: 2 |
awesome, thanks a lot!
|