User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Understanding ZMQ Sockets =
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.


== Types of ZMQ Sockets ==
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.


=== Data Sockets ===
Summary of programming languages used (roughly in chronological order):
 
* FORTRAN
=== Message Sockets ===
* assembly languages of various computers
 
* COBOL
== Using ZMQ Sockets ==
* C
 
* Pascal
=== Separate GR flowgraphs on Same Computer ===
* HTML5
 
* CSS3
=== Separate GR flowgraphs on Different Computers ===
* XML
 
* JavaScript
=== Python Program as Destination of ZMQ Sink Block ===
* JSON
 
* node.js
=== Python Program as Source to ZMQ Source Block ===
* 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