An open API service indexing awesome lists of open source software.

https://github.com/defective4/gnuradio-zeromq-sink

A Java library to receive/send ZMQ messages from GNU Radio flowcharts
https://github.com/defective4/gnuradio-zeromq-sink

broadcast fm gnuradio radio rds sdr zeromq

Last synced: 3 months ago
JSON representation

A Java library to receive/send ZMQ messages from GNU Radio flowcharts

Awesome Lists containing this project

README

        

# GNU Radio ZeroMQ Sink
A Java library to receive and send ZMQ PULL/PUSH messages from GNU Radio flowcharts

## Features
- [x] Standard messages (Receiving and sending)
- [x] RDS messages (from [gr-rds](https://github.com/bastibl/gr-rds))

## Installation
You can include this library in your `pom.xml` file:
```xml

io.github.defective4.sdr
gnuradio-zeromq-sink
{version}

```
where version is:
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.defective4.sdr/gnuradio-zeromq-sink)

## TODO
Add example flowcharts.