Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1065 src: add linux mode | Jose M. Guisado | 2021-11-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | ogClient can run in "linux" mode. In addition to live or virtual. Serves as a substitute to the legacy ogagent, which has not received any updates since 2020/07/23. Linux mode initially supports remote reboot and poweroff. Requires updated ogServer with the Linux ogclient state. ogClient can be set up to run in linux mode by specifying it in ogclient.json: { "opengnsys": { "ip": "192.168.56.10", "port": 8889, "log": "DEBUG", "mode": "linux", ... } | ||||
* | Rename 'linux' folder and operations to 'live' | Jose M. Guisado | 2020-12-03 | 1 | -7/+0 |
| | | | | | | | | | | | ogLive related operations are named inside a 'Linux' folder, also its python class is named OgLinuxOperations. Rename every 'linux' occurrence with live to further clarify this folder and operations. - OgLinuxOperations -> OgLiveOperations - src/linux/ -> src/live/ Fixes: 1377acee ('Rename 'linux' mode to 'live' mode') | ||||
* | Include License header | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+7 |
| | |||||
* | Add ogProcess and ogOperation for linux | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+0 |
Thoses new classes allows us to process and execute commands from server side sent using HTTP format. |