libparticle Documentation

r4185

This library simplifies the programming of particles, also known as smart-its, an ubiquitous sensor technology developed at the TecO. For further information you please visit the corresponding website http://particle.teco.edu for further information.

New releases of this software can be found on http://particle.teco.edu/software/libparticle/index.html

If you have further questions, feel free to contact us at the TecO Forum (http://forum.teco.edu/) or via email <particle@teco.edu>

It can be used on windows and unix platforms and with several languages including c/c++, java, ruby and some more.

Applications

Instructions

Our build system depends on SCons, see http://www.scons.org for more information. After having installed SCons, type scons -h at a prompt, which will explain all the build options you have.

Compiled files will end up in build-win32, build-linux2 etc. depending on your chosen targetplatform.

On windows you have the option of using Visual Studio for building, see below.

Instructions for Win32

Instructions for Microsoft Windows platforms using Microsoft Visual Studio.

The source zip-File contains both source code for "particle32.dll" and some sample applications located in the tools subdirectory.

You may compile all projects by opening the "libparticle.dsw" in Visual Studio 6 or "libparticle.sln" in Visual Studio .NET. Make a batch build to compile all necessary files. The DLL "particle32.dll" will then be compiled as Debug and Release version and can be found in the corresponding directory.

NOTICE: If you would like to start the sample applications inside Visual Studio you have to set your working directory for these projects according to the location of the compiled particle32.dll. For most cases simply set Project -> Settings -> libparticle32 -> Debug -> General -> Working Directory to "..\libparticle\Debug".

To run the sample applicatons outside the Visual Studio Debugging Environment you have ensure that "particle32.dll" resides in your PATH. The most simple way to guarantee this is to copy "particle32.dll" in the EXEs directory or to the Windows system directory.

If you have any questions or suggestions regarding libparticle feel free to use the project site at https://teco62pc.teco.edu/projects/libparticle/.

Authors

Copyright

Copyright (c) 2004-2006 Telecooperation Office (TecO), Universitaet Karlsruhe (TH), Germany. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the Universitaet Karlsruhe (TH) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Generated on Tue Apr 10 15:22:25 2007 for libparticle by  doxygen 1.5.1