sinnet3000 / gr-nfm_archive

GR_NFM_ARCHIVE is a GNU Radio component for capturing Narrowband FM radio signals, decoding, and storing them on disk by frequency range and date in WAV format. GNU Radio works with SDR hardware such as Airspy, RTL_SDR, HackRF. (I am currently using OSMOSDR so whateaver is supported by them should work)
2 stars 1 forks source link

Error on startup name_timestamp_file_sink attribute missing #1

Open ghost opened 9 years ago

ghost commented 9 years ago

File "main.py", line 71, in init file_sinks.append(nfm_archive.name_timestamp_file_sink(gr.sizeof_float*1, channel_bandwidth, freqs_names[freqs.index(freq)])) AttributeError: 'module' object has no attribute 'name_timestamp_file_sink'

sinnet3000 commented 9 years ago

You have to install the gr-nfm_archive because it has a custom block. It cannot be run standalone.

cd gr-nfm_archive mkdir build cmake .. make sudo make install sudo ldconfig

sinnet3000 commented 9 years ago

Please reply to my email. Thanks

ghost commented 9 years ago

When I tried to build it out I forgot to do it from a /build directory. Those build instructions got it compiling. Now to try to get it to recieve some signals. Thanks for the help! This code could be VERY useful for me down on the South Coastal area of MA where a lot of public safety is conventional versus trunked comms.