| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Now we are blocking the execution when we apply a command sent from the server.
This behavior is unacceptable for our client.
|
| |
|
|
|
|
|
|
|
|
| |
Opengnsys needs a support to execute commands on the machine. This patch adds
the support for executing two new commands "shell/run" and "shell/output". The
first one, give us the support for executing a command in the machine and keep
save in a queue the output. The second one, give us the support for sending the
output from the command executed.
|
| |
|
|
This class now, allow us to generate API Rest responses. In the future, the idea
is to complete this class with get and post messages if it's needed.
|