Questions tagged [redhawksdr]

A framework and set of tools for software defined radio (SDR) based on the software component architecture (SCA) standard.

a software defined radio (SDR) framework designed to support the development, deployment, and management of real-time software radio applications. To support the design and development of software applications, REDHAWK provides tools that allow development and testing of software modules called "Components" and composition of Components into "Waveform Applications" that can be seamlessly deployed on a single computer or multiple network-enabled computers.

The REDHAWK IDE provides tools to support development of REDHAWK software. The development and deployment of REDHAWK Applications are aided by graphical editors and drag-and-drop Waveform construction. The IDE allows users to interact and control multiple running REDHAWK instances and applications.

link

256 questions
1
vote
1 answer

Ensuring installation/filesystem is properly in place

I have installed RedHawk 1.10.0 using Ubuntu 14.0.4LTS as described in appendix F of the RedHawk documentation. I also installed standalone IDE from SourceForge again, as specified in appendix F, chapter 2.5. The IDE comes up looking ok, but here…
john-v
  • 11
  • 2
1
vote
2 answers

Redhawk crashing with Java error - Killed by signal 6, SIGABRT

Centos 6.6 Redhawk 1.10 I can do a series of operations (program the IP of a USRP) in Redhawk that repeatedly cause the program to crash with the following error: Source: java-1.7.0-openjdk Problem: Process…
eibwen
  • 195
  • 8
1
vote
1 answer

Dual Channel Tuner allocation

I have a dual channel tuner and am trying to allocate two channels using Frontend 2.0. I am using Redhawk 1.9 installation. When the allocateCapacity is called it says that the capacities length is 1. Should this be 2 for a dual channel tuner? I…
1
vote
1 answer

UHD USRP device lacks capacity

I'm using Redhawk 1.10.0 on a CentOS 6.5 machine 64 bit and USRP b100 with UHD driver 3.7.2. The USRP b100 is recognized correctly by the system. It is a USB device. I downloaded the latest version of UHD_USRP Device ver. 3.0 for REDHAWK and I…
Yoskini
  • 38
  • 9
1
vote
2 answers

RedHawk IDE cannot connect to domain manager after launch attempt

I am attempting to test my first waveform built with RedHawk running on CentOS. It has two components and they run ok in the sandbox, but when I attempt to launch a domain in order to test it as a waveform, it fails with a CORBA_COMM:Failure vmcid…
Terry L Anderson
  • 263
  • 1
  • 11
1
vote
1 answer

Allocating tuner on Frontend 2.0 compliant device in Java

I'm developing a Frontend 2.0 interface compliant device using Redhawk 1.9 on RHEL 5. My implementation is using Java, and I have a test framework set up within JUnit to ease testing and metrics during development. I'm hoping to make an automated…
Jack O'Reilly
  • 434
  • 2
  • 14
1
vote
1 answer

Cannot Change Component Property Values

I have the latest version of Redhawk and CentOS, and I have run into a few problems right off the bat. Initially I couldn't see the Chalkboard and Sandbox, but that issue was resolved by commenting out (#) one of two lines in the eclipse.ini file: …
Chris
  • 13
  • 2
1
vote
1 answer

Can not run Redhawk SDR 1.9 on RHel 6.5 64 bit because of ombiORBpy 32 bit .so files

When I run the basic example from the Redhawk site I get the error: /usr/lib/python2.6/site-packages/_omnipymodule.so: wrong ELF class: ELFCLASS32 I am trying to run Redhawk SDR 1.9 on RHel 6.5 64 bit computer. I download the CentOS 6 rpms from the…
tgibney
  • 11
  • 2
1
vote
1 answer

Starting of a remote device manager

I am running a waveform that has devices on more than one computer. The domain manager and a device manager starts up on one GPP(1). A device manager starts up on the other GPP(2). The domain manager and the device managers are started when the…
1
vote
1 answer

USRP on RedHawk

I'm trying to use a USRP platform (B100,USRP1 or B2x0) on Redhawk. I installed redhawk 1.9.0,uhd driver and usrp_uhd device on centOS6.5_x64, both virtual machine and native, and I made a node including USRP_UHD and GPP device, a simple component…
Biga
  • 37
  • 6
1
vote
2 answers

OSGi - getting java.lang.NoClassDefFoundError: org/omg/CORBA/Object

I am running an example JAVA Swing class that is accessing a REDHAWK backend via CORBA (jacorb). The example is an OSGi application. Inside of Eclipse, I run the project using an OSGiFramework run configuration. The application works as expected,…
1
vote
0 answers

How do I correctly configure omniORB bootstrap for REDHAWK 1.9.0 on Fedora 20?

I am attempting to port REDHAWK 1.9.0 to Fedora 20. I have been (so far as I can tell) successful at coercing everything into compiling. However, I am unable to get a domain to instantiate properly. After selecting a domain and device manager, I…
jerhill
  • 13
  • 4
1
vote
1 answer

UHD Device Won't Build in Redhawk 1.9.0

I am trying to build the UHD device, latest commit (c749987865c5e158b65f26b160e0435f34c71580), in Redhawk 1.9.0, but receive multiple build errors (see below). I received similar error when trying to build the most recent release of the UHD Device…
coder
  • 37
  • 11
1
vote
2 answers

Component unable to allocate device that is not Executable Device

I am using Redhawk 1.9. I create a Redhawk Device, Component, Node, and Waveform with default settings. I use C++ implementation on all the above. The problem is that the device can't be allocated since it is not an executable device. In the…
1
vote
2 answers

Using external libraries in REDHAWK

I have created an Eclipse CDT project that uses autotools from the libsndfile source code library. It builds fine in Eclipse. How do I modify this project to use it as a REDHAWK component the way that the dsp library and others are used? Thanks!
1 2
3
17 18