User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
 
(103 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<!-- To_install_system_wide -->
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953.
== To install system wide ==
=== For the GNU Radio Master Branch ===


Since Volk is no longer considered as a submodule of GNU Radio (GNU Radio commit #80c04479da962d048d41165081b026aafdaa0316 ), you <b>FIRST</b> need to install Volk, and then install GNU Radio.  
Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications.


The basic idea is the same, but instead of building Volk along with GNU Radio, you need to clone and build it separately. For this example, we will start in the home directory. You can, of course, use any directory you wish and the results will be the same.
Summary of programming languages used (roughly in chronological order):
* FORTRAN
* assembly languages of various computers
* COBOL
* C
* Pascal
* HTML5
* CSS3
* XML
* JavaScript
* JSON
* node.js
* PHP
* Python


* <code>cd</code>
== Presentation Links ==
* <code>git clone https://github.com/gnuradio/volk.git</code>
* <code>cd volk</code>
* <code>mkdir build</code>
* <code>cd build</code>
* <code>cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../</code>
* <code>make</code>
* <code>sudo make install</code>


If you're running Linux, then always remember to do the following command after installing any library:
=== YouTube ===
* <code>sudo ldconfig</code>
 
* GRCon21 Newbie's Guide
    https://www.youtube.com/watch?v=uxAW-WzuNy0
* GRCon21 gr-control presentation
    https://www.youtube.com/watch?v=eZ53BQLaKpw
* GRCon23 File transfer using Packet and BPSK
    https://www.youtube.com/watch?v=UpiaL1Hr6-s
 
=== Vienna Wireless Society ===
 
* VWS SDR Project  Feb 26, 2025
    https://drive.google.com/file/d/1Qh-nYxMh-1SAeDfAezipXa80Ve4y44Br/view?usp=sharing
 
* How to build a SSB receiver  Oct. 10, 2025
    https://youtu.be/fCK8T9EeTX8

Latest revision as of 12:08, 14 October 2025

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953.

Barry started working on the GNU Radio project in 2019 and now devotes most of his time doing Wiki documentation, and development of amateur radio applications.

Summary of programming languages used (roughly in chronological order):

  • FORTRAN
  • assembly languages of various computers
  • COBOL
  • C
  • Pascal
  • HTML5
  • CSS3
  • XML
  • JavaScript
  • JSON
  • node.js
  • PHP
  • Python

Presentation Links

YouTube

  • GRCon21 Newbie's Guide
   https://www.youtube.com/watch?v=uxAW-WzuNy0
  • GRCon21 gr-control presentation
   https://www.youtube.com/watch?v=eZ53BQLaKpw
  • GRCon23 File transfer using Packet and BPSK
   https://www.youtube.com/watch?v=UpiaL1Hr6-s

Vienna Wireless Society

  • VWS SDR Project Feb 26, 2025
   https://drive.google.com/file/d/1Qh-nYxMh-1SAeDfAezipXa80Ve4y44Br/view?usp=sharing
  • How to build a SSB receiver Oct. 10, 2025
   https://youtu.be/fCK8T9EeTX8