Skip to content

Fox telem initial decoding

Manolis Surligas requested to merge surligas/gr-satnogs:fox-telem into fox-telem
  • Add a satnogs based decoder for AMSAT FOX DUV slow speed transmission
  • The decoder uses libfec. Unfortunately, Debian do not have libfec package. Therefor, if the build system of gr-satnogs does not find the libfec, it automatically compiles and installs the included libfec.

TODO

  • Cut out the extra bytes of each frame produced by the RS decoder
  • Use the 32 trailing FEC bytes for error correction or frame integrity check

Merge request reports