Cognitive Radio Open Source System

CROSS is a research project at  Wireless@VT that is developing an open source Cognitive Radio architecture. The objective of the design is to develop a distributed & modular system that provides portability and interoperability between components developed in different programming languages, across different SDR and hardware platforms. By doing so, we hope to enable more flexible and streamlined development for cognitive radio systems. Users of CROSS can focus entirely on one aspect of the cognitive radio radio without developing or modifying components that have no direct relevance to their specific focus of research.

Launchpad

  • Download - Download the current stable source.
  • Build Guide - How to build the CROSS framework and the reference implementations once you have the source.
  • Get Involved - Get Involved in CROSS Development!
  • Contact - Join the CROSS discussion, get help, or just talk to the developers!

Reference Examples


The CROSS Architecture

Looking to learn more about CROSS? Here are some good places to start!

CROSS Components

The current open source system consists of 5 categories of Core Components. Several components are optional.

Intercomponent Communication

CROSS is a modular cognitive radio system framework that uses socket connections for inter-component communication. Using a socket connection for component communication allows distributed system components to be developed in a language-independent manner. Even though the Cognitive Radio Shell library and API are implemented in C++, the external modules such as the Cognitive Engine, Service Management Layer, and Policy Engine can be implemented in any language that supports a TCP/IP socket interface.

In addition to the feature of language independent development, the natural benefit of a TCP/IP socket interface is the ability to operate modules remotely. The Cognitive Radio Shell is located local to the radio hardware. However, a Cognitive Engine or Policy Engine can be located remotely on hardware more appropriate for complex optimization or for distributed policy decision making.