Skip to content

juan0fran/3cat2_beacon_analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Beacon analyzer for CUBECAT-2 (3CAT-2) mission.

It can receive a stream from GNURadio TCP Server or from a file using netcat (nc)

The GNURadio receiver and demodulator can be found at http://destevez.net/2016/08/decoding-packets-from-3cat2

To compile:
rm -r build
mkdir build
cd build
cmake ..
make

The software will be compiled and a binary file can be found in "bin" folder.
To execute:
printf("Usage: ./exec_name tcp_server_ip tcp_server_port\n");
printf("Example: If listening a GNURadio TCP Server on localhost:\n");
printf("\t./kiss 127.0.0.1 52001\n");