Skip to content

liquidunderground/pysrb2net

 
 

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

SRB2 network protocol for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%