Go to file
Alvaro Neira Ayuso 1ced3dd069 Improve hardware command response behavior
This patch give us a better support in case of error or success execution.
In error cases, the new behavior is to send an Internal Error http message (500).
Otherwise, the server will receive a message with a json with this format:

    { "hardware" : "xyz" }

"xyz" is the output saved in a specific path during the execution of
InventarioHardware.
2020-01-19 19:50:44 +01:00
cfg Set up the ip server for working in localhost by default 2020-01-19 19:50:44 +01:00
src Improve hardware command response behavior 2020-01-19 19:50:44 +01:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
LICENSE Initial commit 2020-01-19 19:50:43 +01:00
main.py Avoid a broken pipe error on opengnsys 2020-01-19 19:50:44 +01:00