Skip to content

JJK96/SRB2-Query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages