Open brknkfr opened 2 years ago
I got a running teeworlds server version 0.7.5 listening on the port 8303.
$ netstat -ulp | grep 8303 udp 0 0 0.0.0.0:8303 0.0.0.0:* 59556/teeworlds_srv udp6 0 0 [::]:8303 [::]:* 59556/teeworlds_srv
Querying server stats with qstat doesn't work.
$ qstat -tees localhost:8303 ADDRESS PLAYERS MAP RESPONSE TIME NAME localhost:8303 no response
I tested with the most recent qstat version.
Hmm, I reproduce it on my end. Do you know if Teeworlds server protocol changed?
There is high chance the Teeworlds server protocol changed:
I got a running teeworlds server version 0.7.5 listening on the port 8303.
Querying server stats with qstat doesn't work.
I tested with the most recent qstat version.