frostbite.client – Frostbite Client

class frostbite.client.FBClient(hostname, port, handler)

Client to a Frostbite 2 compatible server.

send(command)

Sends a message to the Frostbite server and returns a handle to receive the result at a later time.

Parameters:command – Frostbite Command structure to send to the server.
Returns:gevent.queue.AsyncResult
start()

Starts the client’s asynchronous processing units.

Previous topic

frostbite.base – Frostbite Server Base Communication Protocol

Next topic

frostbite.server – Frostbite Server

This Page