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

NOTE: For an optimal experience, please view this documentation in Mozilla FireFox.

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 after extracting the contents of the SDK archive:

> cd GO_SDK/Gocator
> make -f GoSdk.gnu.mk

The compiled Linux output libraries can be found in the "GO_SDK/lib/gnu" folder.

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

  • Windows 7 32-bit
  • Windows 7 64-bit
  • Ubuntu 14.04 32-bit
  • Ubuntu 14.04 64-bit