User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The GNU Radio Amateur Radio meeting agenda has been moved to [[Talk:HamRadio]].
= Understanding ZMQ Sockets =


See also [[HamRadio]].
== Types of ZMQ Sockets ==
 
=== Data Sockets ===
 
=== Message Sockets ===
 
== Using ZMQ Sockets ==
 
=== Separate GR flowgraphs on Same Computer ===
 
=== Separate GR flowgraphs on Different Computers ===
 
=== Python Program as Destination of ZMQ Sink Block ===
 
=== Python Program as Source to ZMQ Source Block ===

Revision as of 00:59, 13 January 2021

Understanding ZMQ Sockets

Types of ZMQ Sockets

Data Sockets

Message Sockets

Using ZMQ Sockets

Separate GR flowgraphs on Same Computer

Separate GR flowgraphs on Different Computers

Python Program as Destination of ZMQ Sink Block

Python Program as Source to ZMQ Source Block