All Projects → RedhawkSDR → Redhawk

RedhawkSDR / Redhawk

Licence: other
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.

Projects that are alternatives of or similar to Redhawk

Core Framework
REDHAWK is a software-defined radio (SDR) framework designed to support the development, deployment, and management of real-time software radio applications
Stars: ✭ 31 (-90%)
Mutual labels:  framework, sdr
Merry
🌊🌊⛵️🌊🌊 - cute streaming API framework
Stars: ✭ 308 (-0.65%)
Mutual labels:  framework
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: ✭ 295 (-4.84%)
Mutual labels:  framework
Yiigo
🔥 Go 轻量级开发通用库 🚀🚀🚀
Stars: ✭ 304 (-1.94%)
Mutual labels:  framework
Queryphp
🔥High Performance PHP Progressive Framework.
Stars: ✭ 299 (-3.55%)
Mutual labels:  framework
Mitmf
Framework for Man-In-The-Middle attacks
Stars: ✭ 3,277 (+957.1%)
Mutual labels:  framework
Pink
A high performance network library
Stars: ✭ 297 (-4.19%)
Mutual labels:  framework
Cellmesh
Game server framework based on cellnet
Stars: ✭ 310 (+0%)
Mutual labels:  framework
Cosa
An Object-Oriented Platform for Arduino/AVR
Stars: ✭ 306 (-1.29%)
Mutual labels:  framework
Openvpnadapter
Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
Stars: ✭ 302 (-2.58%)
Mutual labels:  framework
Knight
Knight is a game framework based on Unity3D engine. It includes a complete assetbundle manager, a c# hotfix module based on ILRuntime, and a UI module based on MVVM, and other basic functions support.
Stars: ✭ 302 (-2.58%)
Mutual labels:  framework
Beagle sdr gps
KiwiSDR: BeagleBone web-accessible shortwave receiver and software-defined GPS
Stars: ✭ 300 (-3.23%)
Mutual labels:  sdr
Django Permission
[Not maintained] An enhanced permission system which support object permission in Django
Stars: ✭ 305 (-1.61%)
Mutual labels:  framework
Agentnet
Deep Reinforcement Learning library for humans
Stars: ✭ 298 (-3.87%)
Mutual labels:  framework
1991
A server-side web framework written in Forth.
Stars: ✭ 309 (-0.32%)
Mutual labels:  framework
Core
Our Front-end baseplate, from mobile to desktop
Stars: ✭ 298 (-3.87%)
Mutual labels:  framework
Pyupdater
Pyinstaller auto-update library
Stars: ✭ 300 (-3.23%)
Mutual labels:  framework
Routing Controllers
Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.
Stars: ✭ 3,557 (+1047.42%)
Mutual labels:  framework
Phonk
PHONK is a self-contained creative scripting toolbox for new and old Android Devices
Stars: ✭ 310 (+0%)
Mutual labels:  framework
Deepkit Framework
A new full-featured and high-performance web framework for sophisticated Typescript projects like complex admin interfaces, websites, games, desktop and mobile apps.
Stars: ✭ 307 (-0.97%)
Mutual labels:  framework

REDHAWK

REDHAWK IDE

Description

REDHAWK is 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 integrated development environment (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 with and control multiple running REDHAWK instances and applications.

Recent Announcements

Release of REDHAWK 2.3.0 (March 2021)

The effort in REDHAWK 2.3.0 focused on:

  • Added methods to C++ ThreadedComponent API, that allow developers to determine if stop was called or if the resource internally reached an finished state.
  • Added Python iterator support to limit the number of entries that are returned from a servant's iterator interface.
  • Fixed connection rate check for rh.MSDD during device startup when the MSDD radio supports multiple network interfaces.
  • rh.MSDD correctly enables the tuner's output module for successful allocations The rh.MSDD property advanced::max_nic_percentage will now track the total output rate from the radio's network interface against this threshold to disallow allocations that oversubscribe the interface.
  • Resolving issue to correctly set the time-of-day in ONEPPS mode. Added properties msdd_status::tod_host_delta (gives the time-of-day offset between the host and the MSDD's TOD module while in ONEPPS mode) and msdd_status::ntp_running (shows whether ntp is running on the host while in ONEPPS mode).
  • Added JAVA Bulk IO Stream API support to bulkio.jar
  • EOS condition is reported correctly for all connections when an incoming stream receives an EOS flag.
  • An application's external property maps to the correct component when the component's name is a substring of another component.
  • Fixed issue where timecodes values were not properly adjusted during filter operations.
  • rh.fastfilter adds a bybass mode property. When bypass mode is enabled, any input stream data bypasses all filter operations and passed directly to any output connections.
  • rh.psd component properly handles values above 2.4 GHz for SRI keywords CHAN_RF and COL_RF.
  • Resolved issue when adding a new stream to an attachable port that would cause a program to segfault.
  • Exiting a python sandbox session will now properly terminate a resource's processes started during the session that threw initialization exceptions.

New Features

The following features were added in REDHAWK 2.3.0:

Core Framework Features

  • Added Bulkio Stream support in Java

Documentation Features

  • Added support for Java Bulk IO stream API

Copyrights

This work is protected by Copyright. Please refer to the Copyright File for updated copyright information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].