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=serverand the client feature only on the machine displaying the scopes:
cargo add gmt_dos-clients_scope --features=clientWhen 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§
Enums§
- GmtScope
- Marker for scopes that display an image with a mask applied to it
- Image
Scope - Marker for scopes that display an image
- Plot
Scope - Marker for scopes that display signals
Traits§
- Image
Scope Kind - Image scopes marker trait
- Scope
Kind - Scopes marker trait