Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRB2 Query

Python implementation of SRB2 Query

Can be used to request info from an SRB2 server

Usage

q = SRB2Query("localhost")
server, player = q.askinfo()
print(server.__dict__)
print(player.__dict__)

Then the server and player packets can be read to obtain the info from the server.

Features

Currently does not interpret every field, feel free to fork and PR!

About

Get server information

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages