docs: updated gui docs to include notes on running commands within nodes and using xhost for gui applications
This commit is contained in:
parent
12d7a1ff2a
commit
41e473eefc
1 changed files with 16 additions and 0 deletions
16
docs/gui.md
16
docs/gui.md
|
@ -383,6 +383,22 @@ wireless nodes that are farther than the range pixels apart are not linked.
|
|||
During Execute mode, users may move wireless nodes around by clicking and
|
||||
dragging them, and wireless links will be dynamically made or broken.
|
||||
|
||||
### Running Commands within Nodes
|
||||
|
||||
You can double click a node to bring up a terminal for running shell commands. Within
|
||||
the terminal you can run anything you like and those commands will be run in context of the node.
|
||||
For standard CORE nodes, the only thing to keep in mind is that you are using the host file
|
||||
system and anything you change or do can impact the greater system. By default, your terminal
|
||||
will open within the nodes home directory for the running session, but it is temporary and
|
||||
will be removed when the session is stopped.
|
||||
|
||||
You can also launch GUI based applications from within standard CORE nodes, but you need to
|
||||
enable xhost access to root.
|
||||
|
||||
```shell
|
||||
xhost +local:root
|
||||
```
|
||||
|
||||
### Mobility Scripting
|
||||
|
||||
CORE has a few ways to script mobility.
|
||||
|
|
Loading…
Reference in a new issue