[][src]Crate sc2_proxy

SC2-Proxy: A StarCraft II bot API management layer

Modules

config
maps

Map file finder

remote_control

Remote control endpoint for the proxy server. Allows only one connection. Commands are taken through a TCP socket in JSON format. This is a custom RPC server.

sc2

SC2 data and types

supervisor

Game supervisor, manages games and passes messages

Functions

default_config_path

Default config file path

load_config

Load configuration from a path Returns none if the file doesn't exist Panics if file cannot be read or format is invalid

run_server

Run a proxy server, loading the config any available

run_server_config

Run a proxy server using config