Jump to content

Software Communications Architecture Reference Implementation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Replaced invalid URLs
Line 1: Line 1:
{{context|date=July 2013}}
{{context|date=July 2013}}
The '''Software Communications Architecture Reference Implementation''' (SCARI) is an implementation of the US Military's Joint Tactical Radio System (JTRS) [[Software Communications Architecture]] (SCA) Core Framework. It was developed mainly by the Canadian [[Communications Research Centre]] (CRC) under contract by the Software Defined Radio Forum (now [[Wireless Innovation Forum]]).<ref>[http://www.crc.gc.ca/sdr Communications Research Centre Canada]</ref>
The '''Software Communications Architecture Reference Implementation''' (SCARI) is an implementation of the US Military's Joint Tactical Radio System (JTRS) [[Software Communications Architecture]] (SCA) Core Framework. It was developed mainly by the Canadian [[Communications Research Centre]] (CRC) under contract by the Software Defined Radio Forum (now [[Wireless Innovation Forum]]).<ref>[http://www.crc.gc.ca/ Communications Research Centre Canada]</ref>


The code is openly available, as well as the full documentation, which is extensively cross-referenced
The code is openly available, as well as the full documentation, which is extensively cross-referenced with the original SCA specification documents.
with the original SCA specification documents.


==History==
==History==
Line 30: Line 29:


==External links==
==External links==
* [http://www.crc.gc.ca/en/html/crc/home/research/satcom/sdr/downloads/downloads SCARI-Open on CRC's website]
* [http://www.drdc-rddc.gc.ca/ Defense Research and Development Canada]
* [http://www.NordiaSoft.com/ NordiaSoft's web site]
* [http://www.NordiaSoft.com/ NordiaSoft's web site]
* [http://www.crc.gc.ca CRC's website]
* [http://www.drdc-rddc.gc.ca/ Defense Research and Development Canada]



[[Category:Military radio systems]]
[[Category:Military radio systems]]

Revision as of 12:41, 15 September 2016

The Software Communications Architecture Reference Implementation (SCARI) is an implementation of the US Military's Joint Tactical Radio System (JTRS) Software Communications Architecture (SCA) Core Framework. It was developed mainly by the Canadian Communications Research Centre (CRC) under contract by the Software Defined Radio Forum (now Wireless Innovation Forum).[1]

The code is openly available, as well as the full documentation, which is extensively cross-referenced with the original SCA specification documents.

History

The initial release of SCARI was based on version 2.1 of the SCA (released in mid-2001). This first release was developed by the CRC in collaboration with Defence Research and Development Canada (DRDC).

In 2004 the SDR Forum contracted Canada's CRC one more time, in order to upgrade the SCARI to version 2.2 of the SCA (released in late 2001). This time CRC collaborated with three private companies and two US Government entities:

The CRC team was successful in getting the SCARI-Open tested for SCA compliance by JTEL. It was accomplished in only 6 days.[2]

In November 2013, the CRC licensed its SCARI technologies to NordiaSoft, a spinoff from CRC.[3]

Different product versions

Three different SCARI products exist:

  • SCARI-Open is written in the Java programming language and is freely publicly available
  • SCARI++ is written in C++ and is not a free product
  • SCARI-Hybrid includes the SCA CF written in Java and uses C++ for the signal processing (DSP) functionality

References