CRN Toolbox
Aus Embedded Systems
Inhaltsverzeichnis |
News
- The CRN Toolbox project web site at sourceforge.net is now up and running.
- CRN Toolbox running on iPhone & iPod Touch, including a task for reading out the accelerometer (IAccelReader). Just install the cross compiler toolchain and confgure the Toolbox with:
./configure --host=arm-apple-darwin --disable-shared --enable-iphone
(see also ITouch Tricks and Building CRN Toolbox with iPhone 2.0 SDK).
Howtos
Getting and Building the CRN Toolbox
Platform Specific Tips and Tricks
How to build the Toolbox for certain devices or plattforms.
Known Problems
Using the Toolbox
- Toolbox Tutorial: Activity recognition made easy.
- The JSON Configuration File: How to write configuration files for the Toolbox.
- Extending the CRN Toolbox: How to add your own tasks.
Other Hints
- Json Porting Howto: How to port your toolbox-task to the current version 0.2.
- Colorized gcc/g++ output
Details
- Project Structure
- Since version 0.2 the Toolbox is using an object loader which we called GIBN.
- The PythonTask uses boost-python for executing Python scripts. A nice article about boost-python can be found here: Building Hybrid Systems with Boost.Python
Editor