Crate sc2_proxy

Source
Expand description

SC2-Proxy: A StarCraft II bot API management layer

Modules§

  • Map file finder
  • 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 data and types
  • Game supervisor, manages games and passes messages

Functions§

  • Default config file path
  • Load configuration from a path Returns none if the file doesn’t exist Panics if file cannot be read or format is invalid
  • Run a proxy server, loading the config any available
  • Run a proxy server using config