MattMills / radiocapture-rf

RF side of Radiocapture's SDR based trunked radio bulk collection system
https://radiocapture.com
GNU General Public License v3.0
66 stars 8 forks source link

message_sinks were removed in gnuradio 3.8 #18

Closed MattMills closed 3 years ago

MattMills commented 3 years ago

Womp womp. core functionality needs to be replaced with something from zmq.

MattMills commented 3 years ago

6d7c375abcd6bebebf2587a4f88b22970003243d replaces the existing message_sinks with autoconfigured zmq pub/sub sink and python socket. P25_contro_demod one definitely is working, not sure the logging_receiver one is working as it's secondary to audio capture.

MattMills commented 3 years ago

Fully tested and working as intended... may not be performant enough but I will investigate that in the future, possible alternative would be to either revert to hier block for channels and use the zmq source as a dongle would have been used previously. Second alternative would be to replace zmq ipc sink/source with a file sink/source on ramdisk.