Changes between Version 14 and Version 15 of UserObservationHub
- Timestamp:
- 07/10/08 14:00:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserObservationHub
v14 v15 48 48 * [source:trunk/UserObservationHub/src/de/dfki/km/usercontext/userobservationhub/outgoing/RemoteUserObsListener.java RemoteUserObsListener] - sends the message to MyMory's User Context service which will compute the current work context 49 49 * [source:trunk/UserObservationHub/src/de/dfki/km/usercontext/userobservationhub/outgoing/SimpleUrlCounter.java SimpleUrlCounter] - an example implementation that counts URIs of navigated web resources. 50 * [WindowsLoggerListener] - The UOH can read in and distribute the output of the "User Activity Logger". 50 * WindowsLoggerListener - The UOH can read in and distribute the output of the "User Activity Logger". 51 * [source:trunk/UserObservationHub/src/de/dfki/km/usercontext/userobservationhub/outgoing/LogObservedNops.java LogObservedNops] - stores all received NOPs to a log file. You can replay this NOP stream later on by starting [source:trunk/UserObservationHub/src/de/dfki/km/usercontext/userobservationhub/StartUserObservationHub_playbackEvents.java StartUserObservationHub_playbackEvents] as Java application (kill a running UOH first). 51 52 52 53 == Message format and mapping == … … 85 86 * [WindowsFileSystemObserver File System Observer] (DFKI): an open-source project hosted by DFKI providing file system observations (currently only for Windows OS): create, delete, move, and rename files. This project uses [http://www.teamdev.com/jniwrapper/ JNIWrapper], a commercial product. DFKI has got a developer license; the open-source project is shipped with a free runtime license. 86 87 * [http://pas.kbs.uni-hannover.de/ User Activity Logger] (L3S): an activity logging tool that creates a log based on common events triggered by the Microsoft Windows user. These data (timestamps, application names, currently used files, application states). 87 * The UOH can read in and distribute the output of the "User Activity Logger". See [WindowsLoggerListener]for information about how to confgure this.88 * The UOH can read in and distribute the output of the "User Activity Logger". See WindowsLoggerListener for information about how to confgure this. 88 89 * A UOH wrapper for [http://www.m.cs.osakafu-u.ac.jp/LLAH/ Real-Time Document Image Retrieval with LLAH] (DFKI, Osaka Prefecture University): a new method of real-time document image retrieval which takes as input images captured by a web camera and retrieves their corresponding pages from a large-scale document image database. The core of the method is LLAH ― the algorithm called "Locally Likely Arrangement Hashing" invented at Osaka Prefecture University. Currently closed-source because of the copyright. However, you can get the wrapper source code from DFKI (send us an email) and download the libraries from the LLAH website (see above). 89 90 == NOP ontology (vocabulary) ==