Added note.
This commit is contained in:
parent
a9ef758e1a
commit
070278c4bc
@ -92,6 +92,8 @@ import struct
|
|||||||
|
|
||||||
|
|
||||||
def poll_ss13_server(host, port, timeout=10):
|
def poll_ss13_server(host, port, timeout=10):
|
||||||
|
# Thanks to /u/headswe for showing how to poll servers.
|
||||||
|
# Source: http://www.reddit.com/r/SS13/comments/31b5im/a_bunch_of_graphs_for_all_servers/cq11nld
|
||||||
print 'polling:', host, port
|
print 'polling:', host, port
|
||||||
cmd = '?players'
|
cmd = '?players'
|
||||||
query = '\x00\x83{0}\x00\x00\x00\x00\x00{1}\x00'.format(
|
query = '\x00\x83{0}\x00\x00\x00\x00\x00{1}\x00'.format(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user