From 8e033a0610acad91fec852bfd97ab9fac3c361ef Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Wed, 27 May 2015 17:35:41 -0500 Subject: [PATCH] Change APP_NAME to ThumbDV, update ThumbDV.cfg to reflect new name and change UDP Port to 5000 to avoid conflicts with FreeDV --- DSP_API/DOCS/ThumbDV.cfg | 20 ++++++++++---------- DSP_API/common.h | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DSP_API/DOCS/ThumbDV.cfg b/DSP_API/DOCS/ThumbDV.cfg index a37aec3..044005e 100644 --- a/DSP_API/DOCS/ThumbDV.cfg +++ b/DSP_API/DOCS/ThumbDV.cfg @@ -1,5 +1,5 @@ [header] -Name: DSTAR +Name: ThumbDV Version: 0.0.1 Minimum-SmartSDR-Version: 1.4.2.0 Author: FlexRadio Systems @@ -9,15 +9,15 @@ License: GPL7.3 Executable: "thumbdv" [setup] -waveform create name=DSTAR mode=DSR -waveform set FreeDV tx=1 -waveform set FreeDV rx_filter low_cut=600 -waveform set FreeDV rx_filter high_cut=2400 -waveform set FreeDV rx_filter depth=8 -waveform set FreeDV tx_filter low_cut=600 -waveform set FreeDV tx_filter high_cut=2400 -waveform set FreeDV tx_filter depth=8 -waveform set FreeDV udpport=4999 +waveform create name=ThumbDV mode=DSR +waveform set ThumbDV tx=1 +waveform set ThumbDV rx_filter low_cut=600 +waveform set ThumbDV rx_filter high_cut=2400 +waveform set ThumbDV rx_filter depth=8 +waveform set ThumbDV tx_filter low_cut=600 +waveform set ThumbDV tx_filter high_cut=2400 +waveform set ThumbDV tx_filter depth=8 +waveform set ThumbDV udpport=5000 [end] diff --git a/DSP_API/common.h b/DSP_API/common.h index daa941a..22b6c07 100644 --- a/DSP_API/common.h +++ b/DSP_API/common.h @@ -47,7 +47,7 @@ #define SUCCESS 0 #define SMARTSDR_API_PORT "4992" -#define VITA_49_PORT 4999 +#define VITA_49_PORT 5000 #define VITA_49_SOURCE_PORT VITA_49_PORT #define VITA_49_FFT_SOURCE_PORT 30003 #define VITA_49_METER_SOURCE_PORT 30002