Samples – Innovate Motorsports OT-2 SDK User Manual

Page 71

Advertising
background image

71

Samples

They say that a line of code is worth a thousand words. I suppose that depends on the
code. However, it is generally helpful to have working examples. With that in mind we
have prepared the following:

Sample Name

Platform(s)/Language

Description

OTConsole

Windows/C

This is a command line application that
demonstrates basic functionality of all SDK
features, including expert modes.

Currently, this is the only sample that
supports both IMS NET and IMS USB

O-JUCE

Windows, OSX, Linux/C++

This is a simple graphical application that is
based on the JUCE multi-platform
application framework from Raw Material
Software. Although it does not utilize more
advanced SDK features, it does compile and
run on all platforms.

Currently, it is IMS NET only.

OTMobile

iPhone/Objective C

This is similar to O-JUCE, but written
natively for iPhone.

It is IMS NET only, and will remain so as
long as the iPhone has no USB port.


All samples can be built with freely available tools. For Windows, we used Visual C++
Express (2008, not the beta of 2010), which is available here:

http://www.microsoft.com/express/vc/


For Mac OS-X and iPhone we used X-Code and the iPhone SDK, which can be
downloaded here:

http://developer.apple.com/iphone/


For Linux we used Ubuntu, which can be downloaded here:

http://www.ubuntu.com


Further information on JUCE can be found here:

http://www.rawmaterialsoftware.com/juce.php


For the latest information on building and samples, see the document “buildme.txt” in the
root of the samples folder.

Advertising