Skip to content

vaal-/rof-rcon-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCon client for ROF dserver

Usage

$ pip install rof-rcon-client

Example

[account]login, [account]password, [system]rcon_ip, [system]rcon_port from startup.cfg :: import logging from rof_rcon_client import RConClient

logging.basicConfig(level=logging.DEBUG) rcon = RConClient(login='login', password='password', host='ip', port=8991) print(rcon.get_sps())

About

RCon client for Rise of Flight dedicated server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages