ZsGWorks.UsageWatcher
1.2.3
See the version list below for details.
dotnet add package ZsGWorks.UsageWatcher --version 1.2.3
NuGet\Install-Package ZsGWorks.UsageWatcher -Version 1.2.3
<PackageReference Include="ZsGWorks.UsageWatcher" Version="1.2.3" />
paket add ZsGWorks.UsageWatcher --version 1.2.3
#r "nuget: ZsGWorks.UsageWatcher, 1.2.3"
// Install ZsGWorks.UsageWatcher as a Cake Addin #addin nuget:?package=ZsGWorks.UsageWatcher&version=1.2.3 // Install ZsGWorks.UsageWatcher as a Cake Tool #tool nuget:?package=ZsGWorks.UsageWatcher&version=1.2.3
UsageWatcher
A simple way to watch mouse and keyboard usage for tracking purposes
Purpose
A central library for my own applications to watch for keyboard / mouse usage in order to track active computer use.
Feedback
If you feel like this is useful, or could be useful for you, feel free to create a feature request. If you think something is not working well, please create a bug report. Thank you!
How does it work
The idea is very simple: You pass a given 'resolution', like two minutes, and any mouse or keyboard movement within that timeframe will be considered an active time. If the computer is locked usage is not counted.
What it doesn't do
It's not logging anything. Neither software usage, nor which keys were pressed. You can check.
Usage
There is a probe project included, this line is taken from there:
IWatcher watcher = new Watcher("testApp", Resolution.HalfMinute, SavePreference.KeepDataForToday, DataPrecision.HighPrecision);
Then you can just ask, also from the probe project:
TimeSpan usage = watcher.UsageForGivenTimeframe(startTime, startTime + TimeSpan.FromDays(1));
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 12.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix for incorrect deserialization of data