A PC monitor program, and serve as a server(http/websocket/socket), so you can get these info from any where even MCU devices
- Ensure you have Python3 environment.
- Install by
pip install pc-monitor-server. - Execute
pc-monitor-serverto start server, and you will see one or more QR code in terminal.
You can get info by HTTP get or post request, to test, visit http://127.0.0.1:9999 in browser.
The info format is JSON.
Then you can write your own client to get these info.
Here's a example screenshot:
