A GNU Radio Server and QT Client to be able to play radio stations
Find a file
Brandon Rozek 86b0d07829 Basic Implementation of Radio Server/Client
Client written in QT and communicates to SDR server over TCP sockets.

Currently getting and setting frequencies is supported
2019-05-14 23:09:55 -04:00
.gitignore Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
client.cpp Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
client.h Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
CMakeLists.txt Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
main.cpp Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
main.qml Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
qml.qrc Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00
tuner.py Basic Implementation of Radio Server/Client 2019-05-14 23:09:55 -04:00