# Functions
Deploy deploys the hotstuff binary to a group of servers and starts a worker on the given port.
FetchData downloads the data from the workers.
NewRemoteWorker returns a new remote worker proxy.
NewWorker returns a new worker.
# Structs
DeployConfig contains configuration options for deployment.
Experiment holds variables for an experiment.
HostConfig specifies the number of replicas and clients that should be started on a specific host.
RemoteWorker is a proxy for a remote worker.
Worker starts and runs clients and replicas based on commands from the controller.
WorkerSession contains the state of a connected worker.