Skip to content

florintanasa/OpenExpertSDR_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenExpertSDR_2

This is a version from https://github.com/Tsukihime/OpenExpertSDR with support for two audio cards. In linux is hard to work with two audio cards and in windows I not tested.

git clone https://github.com/florintanasa/OpenExpertSDR_2

To compile use:

QtCreator with qt5 or qt4 and for windows use mingw from http://www.mingw.org/ not from qt.

or from console after clone

cd OpenExpertSDR

qmake *.pro

make

or use cmake only for qt5

cd OpenExpertSDR

mkdir build

cd build

cmake ..

make

for libDttSP.so use this link https://github.com/wd8rde/libDttSP

for who have SDR from Genesis G59 or G11 https://github.com/wd8rde/libExtio_genesis

I added posibility to load at list virtual serial port at qextserial tnt* to be used with CAT

Module was take it from here https://github.com/freemed/tty0tty

To install:

git clone https://github.com/freemed/tty0tty

cd tty0tty/module

make

sudo cp tty0tty.ko /lib/modules/your kernel/kernel/drivers/tty/serial/

sudo depmod -a

sudo modprobe tty0tty

I create this file /lib/udev/rules.d/98-udev-tnt.rules with this rule

KERNEL=="tnt[0-9]*", GROUP="dialout"

Add your user name at dialout group

sudo gpasswd -a user_name dialout

if group dialout not exist create with

sudo groupadd dialout

Edit file /etc/modules and at the end add this line

tty0tty

Now modules is taken at every statup.

For test I used this CoolTerm http://freeware.the-meiers.org/

About

OpenExpertSDR with 2 cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages