TableTracker Network API

TableTracker Network API

Current version: 1.1

Files

Downloading

The files can be downloaded from the EVL subversion server:
svn co svn://cube.evl.uic.edu/lambdatracker/trackerapi [path]

Building and Installing

If you're writing a c/c++ application, its probably easiest just to grab tabletracker.h and tabletracker.c and compile them with your own source. However, you can also link with a static library or shared object.

For Lua scripting, build and install the tabletracker Lua library as follows:

To modify electro so that it loads the tabletracker Lua library do the following:

C API

Really simple!

LUA Bindings