aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugs in xor syncNao Pross2021-11-232-21/+30
|
* Implement frame synchronizationNao Pross2021-11-224-36/+127
| | | | | There is an issue somewhere between the mod and demod, since frame synchronization works on a direct path.
* Make install.sh run QANao Pross2021-11-221-0/+7
|
* Fix buffer crashNao Pross2021-11-221-9/+9
|
* Implement Frame ObjectNao Pross2021-11-2010-137/+140
|
* FramesNao Pross2021-11-198-3/+183
|
* Partially implement xor correlator (untested)Nao Pross2021-11-183-26/+47
|
* Begin frame sync blockNao Pross2021-11-183-22/+76
|
* Begin working on frame syncronizationNao Pross2021-11-177-37/+85
|
* Replace GNURadio scripts with network codeNao Pross2021-11-175-103/+90
|
* Test UDP connection on sink blockNao Pross2021-11-152-3/+14
| | | | Can be tested locally with: netcat -l4kuv localhost 31415
* Create UI Plot sink blockNao Pross2021-11-155-2/+83
|
* Partially fix framerNao Pross2021-11-152-17/+42
|
* Implement basic framerNao Pross2021-11-152-4/+20
|
* Create build and install script for debianNao Pross2021-11-151-0/+8
| | | | | There is a bug in GR 3.8 that installs the blocks in the wrong dir. See: https://github.com/gnuradio/gnuradio/issues/5121
* Add missing OOT fileNao Pross2021-11-131-0/+83
|
* Create (a new) OOTNao Pross2021-11-1234-0/+15171
|
* Create QAM without guiNao Pross2021-11-111-0/+1
|
* Rename sketch.py to gui.py, move tests in test/ directoryNao Pross2021-11-1112-417/+0
|
* Minor changes to sketch.pyNao Pross2021-11-111-21/+31
|
* Update GUI sketchNao Pross2021-11-101-120/+51
|
* Work on dearpygui wrapperNao Pross2021-11-102-84/+187
|
* QAM Hardware Vorbereitungsara2021-11-081-4/+0
|
* An graphischer Darstellung weitergearbeitetsara2021-11-0613-12/+470
|
* An scr gearbeitetsara2021-11-061-8/+58
|
* Merge remote-tracking branch 'origin/master'sara2021-11-0639-15278/+19
|\
| * Merge branch 'master' of github.com:NaoPross/FadingNao Pross2021-11-0338-15266/+3
| |\
| | * Create link to QPKS in src/ for DearPyGUI interfaceNao Pross2021-11-032-0/+3
| | |
| | * Remove custom blockNao Pross2021-11-0336-15266/+0
| | |
| * | Delete demo.py and and comments to sketch.pyNao Pross2021-11-032-12/+13
| |/
* | scr testssara2021-11-062-0/+3
|/
* Merge branch 'master' of github.com:NaoPross/FadingNaoki Pross2021-10-241-18/+18
|\
| * Update RX UI block yamlNao Pross2021-10-221-18/+18
| |
| * Remove poetry projectNao Pross2021-10-222-91/+0
| | | | | | | | | | | | | | | | | | Actually because of how gnuradio works it would be a mess to have a virtualenv. It is easier to just run $ pip3 install dearpygui instead. And the other deps (numpy) are installed anyways.
| * Create pyproject file with poetry to work on other distrosNao Pross2021-10-222-0/+91
| |
* | Create nix overlay for gnuradioNaoki Pross2021-10-243-2/+10
|/
* Make gr block compilableNaoki Pross2021-10-223-6/+9
|
* Create (empty) out of tree gnuradio module fading_ui with block rx_ui_sinkNao Pross2021-10-2236-0/+15265
|
* Experiment with dearpygui, create a sketch of the UI on the RX sideNaoki Pross2021-10-211-0/+61
|
* Add deps to build out of tree block to nix envNaoki Pross2021-10-201-14/+7
|
* Prepare nix env for dearpygui uiNaoki Pross2021-10-203-0/+74