IRISNET Documentation

Last Updated: January 13, 2003.

Table of Contents





Installation

The easiest way to install IRISNET is to check out everything from the CVS repository and do a full installation.

 


Software Dependencies

Sensing Agents

Webcam

Organizing Agents

Logger




Technologies, API's, and Standards

XML




Coding Style and Documentation

 


Test Suite

The test suite tests the components in system.  All tests are in IRISNET/TestSuite/.  Within each directory, there is a script called testall.sh that runs the tests the components.  Also within each directory, there is a testcases.txt file that describes each test in detail, the possible causes of failure for each test, and possible remedies.  Listed below are the tests and the two letter code of each test in parentheses.

 


Parking Space Finder Application

The parking space finder application is an example application to demonstrate what can be done with IRISNET.  It uses the video feed to detect which parking spaces are full or empty, and reports them to the OA's.  There is a web based GUI that queries the OA's to find parking lots with free spaces.  The application files are in IRISNET/Applications/parking/

Running the Parking Space Finder on SA

We now describe the process of setting up an application on the SA.  The Parking Space Finder files can be used as a template to create other applications.