This commit is contained in:
Frank Harris 2026-07-02 18:11:32 -05:00
parent a49371c3dd
commit 251af10faf
1190 changed files with 12636 additions and 12476 deletions

View file

@ -6,14 +6,14 @@ This document is the short-form overview of how the Panel talks to the Linux and
## Transport
The Panel uses its remote communication layer to send commands to an agent, which in turn forwards work to the OGP Perl agent and the host OS.
The Panel uses its remote communication layer to send commands to an agent, which in turn forwards work to the GSP Perl agent and the host OS.
## Common flow
1. Panel module builds a request.
2. `Panel/includes/lib_remote.php` sends it.
3. The agent receives the request.
4. The OGP Perl agent executes the requested action.
4. The GSP Perl agent executes the requested action.
5. The agent returns status, logs, or command results.
## Key properties