Crate gmt_dos_clients_scope

source ·
Expand description

§GMT DOS Actors Scope

gmt_dos-clients_scope is a client/server graphical display implementation for gmt_dos-actors models.

gmt_dos-clients_scope has 2 features: server and client. The server feature need to be enabled only on the server applications:

cargo add gmt_dos-clients_scope --features=server

and the client feature only on the machine displaying the scopes:

cargo add gmt_dos-clients_scope --features=client

When both the server and the client are run on the same local machine, the IP address of the server is set to 127.0.0.1 and the client address is set to 0.0.0.0:0. If you want to run the server on a different remote machine, you need to set the server IP address with the environment variable SCOPE_SERVER_IP on both the server and the client.

For a server running in the AWS cloud, on an AWS instance, the server IP address is set to the private IP address of the instance whereas the server IP address is set to the public IP address of the instance on the client machine.

Modules§

  • Scope client (client feature)
  • Scope server (server feature)

Enums§

  • Marker for scopes that display an image with a mask applied to it
  • Marker for scopes that display an image
  • Marker for scopes that display signals

Traits§