-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Finished handling CLI arguments in app/server * Debugging HyDRA to allow graceful exit. Server side is okay. Issue appers to be in the Hypervisor thread * Working on graceful exit. Debugging at the autodiscovery thread * Clean exit <3 * Clean exti working. Leaving Debug compilation. * Playing with the ring buffer * Templated circular buffer is looking good * Cleaned new buffers * Integrating the new circular buffer in the respective files * Glueing the new entities in place * Issue with the read template method. Not suitable for runtime allocation. Will have to use a vector instead of an array. * Working with vector. Must find a way to pass the window properly. * Fixed linking issue. Had to move the template implementation to the header file. * Buffer is now a header only library. Tiddied header imports in source files. * Midway trough using the new buffer in the RX direction. * Buffer is now a hpp. Rename 'window' to 'iq_window' and 'iq_stream' to 'sample_stream'. Surprinsingly is compiles. But sockets, buffer and resampler are broken. * Fixed socket, buffer, and resampler. May be ready to test~~ * Creating buffers with proper capacities, passing them as shared pointers. Fixed all the issues I encountered. Moving to testing. * Client throws error instead of hanging forever. Server now prints useful information * Client prints info only with the debug flag * Removed references to padding * Fixed GRC block compilation :) * Fixed sigfault * Fixed segfault on RX :) * Sorting GRC issue * Debugging GRC issue * Still playing with GRCs * Fixed exit when a single chain is defined. Fixed server swig issue. * Created new 'file' backend. New method to simplify buffer comsumption. * Sorted out clean exit of active virtual radios. * Fixed leakage in the TX chain. * Minor changes, trying to optimise the buffer and the sockets * Sockets should be faster. Set gain through CLI. * Adding Gain and File parameters to GRC * GRC Server with extra and default parameters works :) * Implementing the group logic. * Implemented groups :) * Implemented logging. * Added logging to autodiscovery * Logging works in GNU Radio
- Loading branch information
1 parent
63de543
commit d0e815e
Showing
62 changed files
with
3,424 additions
and
1,627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.