You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be useful to have a variant of the DIFI Source that works off a pcap file (e.g. recorded with tcpdump) instead of the live stream. That way you can play back a signal, or work on a signal that streamed at too high a sample rate for GNU Radio to process it in realtime. Wouldn't be a ton of code, a dozen lines of Python could read back the pcap file and then we would strip out the socket stuff and just leave in the DIFI packet parsing.
The text was updated successfully, but these errors were encountered:
Might be useful to have a variant of the DIFI Source that works off a pcap file (e.g. recorded with tcpdump) instead of the live stream. That way you can play back a signal, or work on a signal that streamed at too high a sample rate for GNU Radio to process it in realtime. Wouldn't be a ton of code, a dozen lines of Python could read back the pcap file and then we would strip out the socket stuff and just leave in the DIFI packet parsing.
The text was updated successfully, but these errors were encountered: