User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== How to install a stable GNU Radio version 3.8 and gr-iio ==
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.


* download and install Ubuntu 20.04 - do <b>not</b> check "install third party software"
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. He is a member of the GRCon24 Organizing Committee.


* from a terminal enter:
Summary of programming languages used (roughly in chronological order):
    sudo add-apt-repository ppa:gnuradio/gnuradio-releases-3.8
* FORTRAN
    sudo apt-get update
* assembly languages of various computers
    sudo apt install gnuradio
* COBOL
 
* C
* follow the steps in https://wiki.gnuradio.org/index.php/ModuleNotFoundError
* Pascal
 
* HTML5
* to install gr-iio, follow step 7 in https://github.com/duggabe/gr-control/tree/maint-3.8#installation changing <code>/usr/local</code> to <code>/usr</code>
* CSS3
* XML
* JavaScript
* JSON
* node.js
* PHP
* Python

Latest revision as of 16:37, 26 October 2023

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. He is a member of the GRCon24 Organizing Committee.

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