Jump right into action with FANTASY GROUNDS VTT to play tabletop roleplaying games online by completing three easy steps:
OWN A LICENSE? - If you already had a Fantasy Grounds license prior to the Free to Play transition, you can claim epic rewards from us and our partners!
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect(("master.iw4x.gg", 2086)) sock.send(b"\x01") # Request server list data = sock.recv(65535) sock.close() servers = json.loads(gzip.decompress(data)) for srv in servers[:5]: print(f"srv['hostname'] - srv['clients']/srv['maxClients']")


sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect(("master.iw4x.gg", 2086)) sock.send(b"\x01") # Request server list data = sock.recv(65535) sock.close() servers = json.loads(gzip.decompress(data)) for srv in servers[:5]: print(f"srv['hostname'] - srv['clients']/srv['maxClients']")