A simple websocket implementation to gather usage data from a computer and send it to a server. The data can then be tracked in a webpage.
The server is implemented using Tornado web framework for Python.
The client uses websocket-client module for the client side and psutil for retrieving system utilization info.
- Install psutil
- Install websocket-client:
pip install websocket-client