Answer the question
In order to leave comments, you need to log in
How to make Hardware monitor from local machines to the site?
How can I display information about the current state of the hardware (hardware monitor) from local machines to the site? The system is on Windows 10 machines. Machines have access to the Internet, but access to them, of course, is closed. The web server is running on Windows Server.
Answer the question
In order to leave comments, you need to log in
The algorithm is approximately the following:
1. Write a program that will receive the current data on the state of the hardware that interests you (language and other parameters are exclusively for your taste, from Java and C # to Assembler)
2. On a web server:
a) Create a small application, which will receive and store the received data in a database or other storage. Alternatively, this application can implement some APIs
b) Open direct access to the database or other storage on the server, where the programs (s, s) from paragraph 1 will save the necessary data (PS The option from paragraph "a" looks better)
3 Receive data from the storage and display it on the site.
PS Subtleties of implementation depend on your specific tasks and requirements.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question