Iris is a software architecture for building highly reconfigurable radio networks using a component-based design. The architecture comprises two repositories - Iris_Core and Iris_Modules. Iris_Core contains the core part of the architecture such as parsers, managers and engines. Iris_Modules contain the components which can be used to create your software radio such as PHY-layer components and radio controllers.
The Iris architecture offers support for all layers of the network stack and provides a platform for the development of not only reconfigurable point-to-point radio links but complete networks of reconfigurable radios. Individual radios are described using an XML document. This lists the components which comprise the radio, gives the values to be used for their parameters and describes the connections between them.
Iris was originally developed by CTVR, The Telecommunications Research Centre, based at University of Dublin, Trinity College. In 2013, it was released under the LGPL v3.
The installation guide can be found here: http://www.hostedredmine.com/projects/iris_software_radio/wiki/Installing_Iris
Required:
- CMake 2.6 or later - http://www.cmake.org/
- Boost 1.46 or later - http://www.boost.org/
Optional:
-
- Qt 4.8 - http://qt-project.org/ (For graphical widgets)
- Redmine: http://www.hostedredmine.com/projects/iris_software_radio
- Iris-discuss mailing list: http://www.softwareradiosystems.com/mailman/listinfo/iris-discuss
- Iris blog: http://irissoftwareradio.wordpress.com
Iris is licensed under LGPL v3. For more information see LICENSE.