tracker

Warning

This package is orphaned. Although I believe it is still useful, I no longer maintain software installations that require this sort of tracking and am no longer maintaining this package. If you would like to pick up maintenance of it, please feel free. Contact me if you would like this page to redirect to its new home.

Description

This is a system for doing lightweight usage tracking of binaries. It was used at Stanford to answer questions like "is anyone using this package any more?", "do we have too many Matlab licenses allocated?", or "what departments are using SAS the most?" It is not designed to be foolproof or impossible to bypass; it's just a transparent layer in front of binaries that logs each time a user runs a given binary (using a UDP packet to a central server).

This package contains a client and server, both written in C. Neither is more than 200 lines of code, including comments.

Requirements

tracker is written in C and therefore requires a C compiler to install. The trackerd daemon was written to run well under supervise and multilog from Dan Bernstein's daemontools package and needs something similar to those programs to start it and manage its output.

If you change the Automake files and need to regenerate Makefile.in, you will need Automake 1.10 or later. If you change configure.ac and need to regenerate configure or config.h.in, you will need Autoconf 2.63 or later.

Download

The distribution:

tracker 1.1 2009-03-25 Download PGP signature

An archive of older releases is also available.

Documentation:

A Debian package for the server is available from my personal repository as the trackerd package. I've not packaged the client.

tracker is maintained using the Git version control system. To check out the current development tree, clone:

    git://git.eyrie.org/system/tracker.git

You can also browse the current development source.

License

Copyright 1999, 2003, 2009 The Board of Trustees of the Leland Stanford Junior University

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Last spun 2022-02-06 from thread modified 2014-08-10