source: ogClient-Git/src/linux/__init__.py @ fa0e48a

Last change on this file since fa0e48a was 2d3d31b, checked in by Jose M. Guisado <jguisado@…>, 3 years ago

#1065 src: add linux mode

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",

...

}

  • Property mode set to 100644
File size: 1 bytes
Line 
1
Note: See TracBrowser for help on using the repository browser.