Software Development Kit

The MotionNode SDK is a collection of classes that provides real-time access to the outputs of the MotionNode system. This includes orientation output as well as the raw and calibrated sensor signals. The SDK is open source and available in the C++, C#, Java, and Python programming languages.

The SDK is not required to access data from MotionNode system. It is intended to simplify development of third-party applications.

For more information, refer to the SDK Reference document. Additional software tools are also available for download.

Download

View the developer manual:

Browse the SDK source files:

Download the SDK:

Subversion

Subversion access to the SDK source files is available from our Google Code RepositoryExternal link.

svn checkout http://motionnodesdk.googlecode.com/svn/trunk/ sdk

C API

The MotionNode C API depends on the SDK for its communication and formatting systems. The C API has no external dependencies, uses only built in types, and is available as a standalone dynamic library suitable for use in applications such as LabVIEW and Matlab.

Download the C API libraries or refer to the C API Reference for more information.