Skip to main content

RCon client for Rise of Flight dedicated server.

Project description

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())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

rof-rcon-client-0.2.0.zip (7.0 kB view hashes)

Uploaded Source

rof-rcon-client-0.2.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

rof_rcon_client-0.2.0-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page