User Activity Tracking






Description



A library to track the activities of users on Desktops to support them with personal knowledge assistants in SensAI.



Download latest version
uat.jar

Usage

java -jar uat.jar

The application can be optionally configured by putting a uat-settings.json file in the working directory. An example configuration:

{
    "port": 8565,
    "observationPeroid": 1,
    "observationTimeUnit": "SECONDS"
}

The application puts an icon () in your system tray. On right click, a context menu is opened:

Toggle Tracking
(De)activates the tracking of this application.
Configure
Opens a browser to show a web app for further configuration of the application.
Quit
Closes the application.

The web app for configuration is by default available at http://localhost:8565/. Here you can (de)activate observers for tracking and senders for event notification.


Code