[SOLVED] Launching an installation from the socket
Published: February 13, 2020 - 3:07 PM
WAPT version: 1.7.4
Server OS: CentOS 7
Console OS: Windows 10
Hello,
I'm still developing a software program, but I've encountered a problem. The software aims to allow a user managing a room (a room containing computers) to choose which software is installed in their room. The software is largely finished but has a problem: the installation doesn't start automatically after adding the package to the computer. By looking at the code, I was able to find out how the server and client communicate (socket) and that installation from the API no longer works since version 1.5. I would therefore like to know if there is a way to launch this installation from a Python module, or if I need to modify the socket so that it interprets the request, or if plugin support is planned.
Thank you.
Server OS: CentOS 7
Console OS: Windows 10
Hello,
I'm still developing a software program, but I've encountered a problem. The software aims to allow a user managing a room (a room containing computers) to choose which software is installed in their room. The software is largely finished but has a problem: the installation doesn't start automatically after adding the package to the computer. By looking at the code, I was able to find out how the server and client communicate (socket) and that installation from the API no longer works since version 1.5. I would therefore like to know if there is a way to launch this installation from a Python module, or if I need to modify the socket so that it interprets the request, or if plugin support is planned.
Thank you.