A Java library to receive and send ZMQ PULL/PUSH messages from GNU Radio flowcharts
- Standard messages (Receiving and sending)
- RDS messages (from gr-rds)
You can include this library in your pom.xml file:
<dependency>
<groupId>io.github.defective4.sdr</groupId>
<artifactId>gnuradio-zeromq-sink</artifactId>
<version>{version}</version>
</dependency>Add example flowcharts.