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

AudioSink outside of the Sandbox malfunctioning with REDHAWK IDE

When I try to use the AudioSink component design by Axios which can be downloaded from: https://github.com/Axios-Engineering/audio-components and used as a component is not working outside of the sandbox chalkboard. I created a SCA Waveform Project…
PrettyGirl
  • 31
  • 1
  • 2
1
vote
2 answers

REDHAWK UHD device usage

I have successfully installed the UHD device along side REDHAWK version 1.8.3. It isn't obvious to me how to connect a component in a waveform to a device being managed by a device manager. I am also unclear on the interplay between the IDL…
1
vote
1 answer

GnuHawk - codegen from custom GNU Radio component

I am trying to generate a Redhawk component from a custom GNU Radio component. I've been unsuccessful at figuring out how to use the GnuHawk code generator plugin. Namely, what is the required starting point, and what steps in Eclipse are needed? It…
dan-1d
  • 11
  • 1
0
votes
0 answers

Can SRSRAN UE connect to a commercial network for 5G signal dumping?

I have a installed the srsRAN Version 23.4.0, UHD_4.4.0 on my ubuntu Jammy 20.04 and my experiment is to test 5G signal dumping for the 3.5GHz frequency. I have made the necessary changes to the ue.conf as seen, i vary the dl_earfcn value to change…
0
votes
2 answers

When using redhawk-codegen, IDL parsing fails with *.idl: No such file or directory

I am using Redhawk 2.10 to try and generate a component that uses ports defined in JTRS idl. When I try to generate the component, I receive "No such file or directory" errors. For example: JtrsCorbaTypes.idl: No such file or directory When the…
0
votes
0 answers

Where do I save the log4j.properties file so that RedhawkSDR will automatically find it

I've compiled RedhawkSDR v3.0.0 within a Docker container and tried to implement the Basic Sandbox Example from RedhawkSDR's manual (Manual for v3.0.0 & v3.0.1). However, I've encountered this problem, as shown below: $ docker run -it…
user1245262
  • 6,968
  • 8
  • 50
  • 77
0
votes
2 answers

How can I use a several line command in a Dockerfile in order to create a file within the resulting Image

I'm following installation instructions for RedhawkSDR, which rely on having a Centos7 OS. Since my machine uses Ubuntu 22.04, I'm creating a Docker container to run Centos7 then installing RedhawkSDR in that. One of the RedhawkSDR installation…
user1245262
  • 6,968
  • 8
  • 50
  • 77
0
votes
0 answers

Why am I getting empty list from call to ossie.utils.sb.catalog() in RedhawkSDR manual's initial example of the Python Sandbox

I have just installed a Dockerized version of Redhawk from this Git repo: docker-redhawk-ubuntu I'm attempting to work my way through the first sandbox exercise in the Redhawk manual Redhawk-Manual, but am encountering the following difficulty. The…
user1245262
  • 6,968
  • 8
  • 50
  • 77
0
votes
1 answer

External dependencies install fails for REDHAWK3.0.0 on RHEL8

Having set up the local YUM repository for REDHAWK v3.0.0 on RHEL8 per manual instructions, I find that there are no matches for python-omniORB, omniORBpy-libs. Indeed, they are not present in the redhawk-3.0.0-el7-x86_64 directory. I did install…
hqstkmn
  • 13
  • 2
0
votes
1 answer

Installing Redhawk on Ubuntu 20.04 Trying to start OmniOrb Services and it fails with the following error:

The omniOrbName Service fails too start with the following error: cannot open /usr/bin/omniNames: error while loading shared libraries: libomniORB4.so.2 Also libomniORB4.so.2 is linked to libomniORB4.so.2.3 /usr/lib64/libomniORB4.s0.2 ==>…
0
votes
1 answer

REDHAWK IDL / jtrs-interfaces into Target SDR

Can anyone help me with how to install IDL Files into REDHAWK IDE Target SDR ? How to install and work with them in REDHAWK IDE. I tried creating a new IDL from:https://github.com/rodrigo455/jtnc-interfaces just by creating new IDL files and the…
0
votes
1 answer

Dynamic Waveform Creation While Running in a Domain

I am trying to connect the USRP_UHD device to the FM_mono_demo waveform. The waveform's component that connects to the USRP_UHD is the TuneFilterDecimate. The USRP_UHD outputs 16-bit integers while the TuneFilterDecimate computers requires float…
petrmc
  • 1
  • 1
0
votes
1 answer

How to configure Redhawk waveform to work with USRP RFNoC

I’m relatively new to SDR/FPGA game, therefore apologies if I get terminology wrong. I’m aware this will have quite a few fairly specific details, but I hope someone might have done something similar. I’m trying to run a simple Redhawk 2.2.1…
Boris
  • 11
  • 2
0
votes
1 answer

Should I be using BUILKIO to output Vita49 packets from a REDHAWK device?

I feel like I am missing something, all of the VITA49 examples seem to be using TCP or UDP. Is there a specification or standard way of providing VITA49 packets for consumption? Should I be performing the conversion and providing standard complex…
fubar
  • 9
  • 3
0
votes
1 answer

What kind of property should I be using to allow the user to specify the output data type if my device supports two different kinds

I am creating a REDHAWK device that outputs either 16 bit signed complex samples, or VITA49 packets. I want the device to be told which output type it should provide when it is allocated. How should I go about this? Should I just add a simple…
fubar
  • 9
  • 3