A library to track the activities of users on Desktops to support them with personal knowledge assistants in SensAI.
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:
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.