1

Topic: Get Informations with UDP about a running server

Hey,

is it possible to connect with a .NET application to a running teeworldsserver and get informations like:

- how much players are there at the moment
- which players are there
- the server name

And how?
I hope someone can help me but first, I'm not really good in the teeworlds source

Sorry for my bad englisch..

2

Re: Get Informations with UDP about a running server

Here's what you need to send and what you will get back, in PHP. Rewrite them in .NET and your problem will no longer be a problem.

3 (edited by erd 2011-07-27 04:36:57)

Re: Get Informations with UDP about a running server

Or just look at scripts/tw_api.py in the teeworlds directory if you like to read python instead of php, the content is probably the same.