redhawk
redhawk copied to clipboard
A submodule repository for distributing REDHAWK artifacts and the latest REDHAWK source code. Use 'git clone --recurse-submodules [email protected]:RedhawkSDR/redhawk.git' to also clone all submodules.
Reviewing code and noticed something re RHEL 7 and it's lifecycle. The redhawk installation requires the following: devtoolset-9-gcc-c++ \ devtoolset-9-make \ Developer Toolset 9 is no longer supported by Red...
Hi guys, We have just published a new GitHub app, [Git X-Modules](https://github.com/marketplace/git-x-modules). It makes modules' management in Git much more clear and straightforward, than it is with Git submodules. It...
Is there any documentation on how to install Redhawk on a Ubuntu 20.04 operating System?
The core framework currently evaluates the implementations listed in the SPD in order and on the first viable target device, will attempt to load the binary without regard to whether...
When using DataSource in Python SandBox a warning is posted regarding it being deprecated and advises to use "StreamSource", please if acceptable, could the Sandbox section examples in the documentation...
I'm getting this issue when running the redhawk-install.sh file. ``` checking for uuid_generate in -luuid... yes ./configure: line 16817: syntax error near unexpected token `1.12.1' ./configure: line 16817: `AM_PATH_CPPUNIT(1.12.1)' ```...
The sandbox's `sb.launch` has this to say about the `initialize` argument: ``` initialize - If true, call initialize() after launching the component. If false, defer initialization to the caller. ```...
The sandbox supports launching with `debugger` and `window` arguments that if using `'gdb'` for the former, defaults to Xterm for the latter, with `gnome-terminal` being an allowed alternative. For targets...
I currently have libboost-1.69 installed, and when i try to install through yum groupinstall "redhawk Development" dependency issues arrive that specify 1.53 instead of 1.69. Request to update the dependency...
REDHAWK 2.2.5 and 2.2.6 Summary: shared library Components that have softpkg dependencies that in-turn also have softpkg dependencies fail to load in certain runtime environments. The error indicates that innermost...