Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add shell run and output commands | Alvaro Neira Ayuso | 2020-01-19 | 1 | -7/+47 | |
| | | | | | | | | 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. | |||||
* | Merge ogRest and ogProcess to have only one class | Alvaro Neira Ayuso | 2020-01-19 | 1 | -7/+48 | |
| | ||||||
* | Add ogRest class to generate API Rest Responses | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+14 | |
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. |