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
- Host: GitHub
- URL: https://github.com/defective4/gnuradio-zeromq-sink
- Owner: Defective4
- License: mit
- Created: 2024-09-03T15:44:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-19T11:52:06.000Z (5 months ago)
- Last Synced: 2025-03-01T15:03:12.716Z (3 months ago)
- Topics: broadcast, fm, gnuradio, radio, rds, sdr, zeromq
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```xmlio.github.defective4.sdr
gnuradio-zeromq-sink
{version}```
where version is:
## TODO
Add example flowcharts.