[dagr] GNURadio trick for slow transfer links

  • From: Kris Schehr <kschehr@xxxxxxxxx>
  • To: dagr@xxxxxxxxxxxxx
  • Date: Tue, 5 Apr 2016 16:47:57 -0600

Thought I'd pass this along in case it is useful to anyone.  More of a *nix
trick but applicable to GNURadio.

When analyzing a capture from a remote box with a slow link you can start
analysis on the beginning of a capture by using rsync to transfer the raw
samples so that you can start processing the file instead of waiting for
the entire transfer from your capture to analysis box.

Example:
rsync -z --partial --progress --rsh=ssh <remote_ip>:<remote file>
<local_file>

You can then analyze as much of the file that has transferred so far.

Feel like I'm back on the local BBS,
-Kris

Other related posts:

  • » [dagr] GNURadio trick for slow transfer links - Kris Schehr