Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include the reboot support in ogOperation | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+4 |
| | | | | | This new patch allows us to reboot the linux machine using reboot binary or in OpenGnsys client case, use the specific script. | ||||
* | Include the poweroff support in ogOperation | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+7 |
| | | | | | This new patch allows us to turn off the linux machine using poweroff binary or in OpenGnsys client case, use the specific script. | ||||
* | Add new process support for reboot message | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+3 |
| | |||||
* | Add ogProcess and ogOperation for linux | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+3 |
Thoses new classes allows us to process and execute commands from server side sent using HTTP format. |