Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Overview

The Gocator API is C library that supports communication with Gocator sensors.The Gocator API is an open-source library, provided under the MIT license. Visual Studio project files are included to generate builds for Windows and makefiles are included to generate builds for Linux.

To rebuild on Linux and then install:

> cd src/gocator/GoSdk/GoSdk
> make
> sudo make install

The Goator API has been tested on the following operating system editions:

  • Windows XP (SP3) 32-bit
  • Windows 7 32-bit
  • Windows 7 64-bit
  • Ubuntu 11.10 32-bit
  • Ubuntu 11.10 64-bit