HB9UF / gr-ysf

GNU Radio modules for decoding Yaesu System Fusion C4FM packets
GNU General Public License v3.0
56 stars 14 forks source link

Minor improvements #27

Closed argilo closed 6 years ago

argilo commented 6 years ago

I've made a few minor improvements that should make gr-ysf more pleasant to work with:

  1. Put /build/ in the .gitignore file so git doesn't ask whether it should track those files.
  2. Set the flowgraph ID so the generated python file will be named ysf_rx.py instead of the default top_block.py.
  3. Only print out the printable bytes in DW frames. (The rest are replaced with ., like hexdump does.) This makes it much more convenient to use tools like grep to parse the output, since they no longer consider it to be a binary file.