2017-01-08 04:13:20 +01:00
///////////////////////////////////////////////////////////////////////////////////
2023-11-18 09:58:55 +01:00
// Copyright (C) 2015-2019, 2021-2022 Edouard Griffiths, F4EXB <f4exb06@gmail.com> //
2017-01-08 04:13:20 +01:00
// //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation as version 3 of the License, or //
2019-04-11 06:39:30 +02:00
// (at your option) any later version. //
2017-01-08 04:13:20 +01:00
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License V3 for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#include <string.h>
#include <errno.h>
2018-12-26 21:03:26 +01:00
2017-01-08 04:13:20 +01:00
#include <QDebug>
2018-12-26 21:03:26 +01:00
#include <QNetworkReply>
#include <QBuffer>
2017-01-08 04:13:20 +01:00
2017-12-10 01:57:50 +01:00
#include "SWGDeviceSettings.h"
#include "SWGDeviceState.h"
2017-01-08 04:13:20 +01:00
#include "util/simpleserializer.h"
#include "dsp/dspcommands.h"
2019-05-08 22:11:53 +02:00
#include "device/deviceapi.h"
2017-08-08 22:37:53 +02:00
#include "hackrf/devicehackrfshared.h"
2017-01-08 04:13:20 +01:00
#include "hackrfoutputthread.h"
2018-12-26 21:03:26 +01:00
#include "hackrfoutput.h"
2017-01-08 04:13:20 +01:00
MESSAGE_CLASS_DEFINITION ( HackRFOutput :: MsgConfigureHackRF , Message )
2017-12-14 18:02:49 +01:00
MESSAGE_CLASS_DEFINITION ( HackRFOutput :: MsgStartStop , Message )
2017-01-08 04:13:20 +01:00
MESSAGE_CLASS_DEFINITION ( HackRFOutput :: MsgReportHackRF , Message )
2019-05-08 22:11:53 +02:00
HackRFOutput :: HackRFOutput ( DeviceAPI * deviceAPI ) :
2017-01-08 04:13:20 +01:00
m_deviceAPI ( deviceAPI ),
m_settings (),
2019-11-15 01:04:24 +01:00
m_dev ( nullptr ),
m_hackRFThread ( nullptr ),
2017-04-14 01:41:02 +02:00
m_deviceDescription ( "HackRFOutput" ),
m_running ( false )
2017-01-08 04:13:20 +01:00
{
2017-04-14 01:41:02 +02:00
openDevice ();
2019-05-21 00:27:08 +02:00
m_deviceAPI -> setNbSinkStreams ( 1 );
2017-01-08 04:13:20 +01:00
m_deviceAPI -> setBuddySharedPtr ( & m_sharedParams );
2018-12-26 21:03:26 +01:00
m_networkManager = new QNetworkAccessManager ();
2022-03-23 22:32:23 +01:00
QObject :: connect (
m_networkManager ,
& QNetworkAccessManager :: finished ,
this ,
& HackRFOutput :: networkManagerFinished
);
2017-01-08 04:13:20 +01:00
}
HackRFOutput ::~ HackRFOutput ()
{
2022-03-23 22:32:23 +01:00
QObject :: disconnect (
m_networkManager ,
& QNetworkAccessManager :: finished ,
this ,
& HackRFOutput :: networkManagerFinished
);
2018-12-26 21:03:26 +01:00
delete m_networkManager ;
if ( m_running ) {
stop ();
}
2017-04-14 01:41:02 +02:00
closeDevice ();
2017-01-08 04:13:20 +01:00
m_deviceAPI -> setBuddySharedPtr ( 0 );
}
2017-09-16 11:34:25 +02:00
void HackRFOutput :: destroy ()
{
delete this ;
}
2017-04-14 01:41:02 +02:00
bool HackRFOutput :: openDevice ()
2017-01-08 04:13:20 +01:00
{
if ( m_dev != 0 )
{
2017-04-14 01:41:02 +02:00
closeDevice ();
2017-01-08 04:13:20 +01:00
}
2019-11-15 01:04:24 +01:00
m_sampleSourceFifo . resize ( SampleSourceFifo :: getSizePolicy ( m_settings . m_devSampleRate ));
2017-01-08 04:13:20 +01:00
if ( m_deviceAPI -> getSourceBuddies (). size () > 0 )
{
2019-05-08 22:11:53 +02:00
DeviceAPI * buddy = m_deviceAPI -> getSourceBuddies ()[ 0 ];
2017-01-08 04:13:20 +01:00
DeviceHackRFParams * buddySharedParams = ( DeviceHackRFParams * ) buddy -> getBuddySharedPtr ();
if ( buddySharedParams == 0 )
{
2017-04-14 01:41:02 +02:00
qCritical ( "HackRFOutput::openDevice: could not get shared parameters from buddy" );
2017-01-08 04:13:20 +01:00
return false ;
}
2017-04-14 01:41:02 +02:00
if (( m_dev = buddySharedParams -> m_dev ) == 0 ) // device is not opened by buddy
2017-01-08 04:13:20 +01:00
{
2017-04-14 01:41:02 +02:00
qCritical ( "HackRFOutput::openDevice: could not get HackRF handle from buddy" );
return false ;
2017-01-08 04:13:20 +01:00
}
2017-04-14 01:41:02 +02:00
m_sharedParams = * ( buddySharedParams ); // copy parameters from buddy
m_sharedParams . m_dev = m_dev ;
2017-01-08 04:13:20 +01:00
}
2017-04-14 01:41:02 +02:00
else
2017-01-08 04:13:20 +01:00
{
2019-05-08 22:11:53 +02:00
if (( m_dev = DeviceHackRF :: open_hackrf ( qPrintable ( m_deviceAPI -> getSamplingDeviceSerial ()))) == 0 )
2017-01-08 04:13:20 +01:00
{
2019-05-08 22:11:53 +02:00
qCritical ( "HackRFOutput::openDevice: could not open HackRF %s" , qPrintable ( m_deviceAPI -> getSamplingDeviceSerial ()));
2017-01-08 04:13:20 +01:00
return false ;
}
m_sharedParams . m_dev = m_dev ;
}
2017-04-14 01:41:02 +02:00
return true ;
}
2017-12-25 12:59:44 +01:00
void HackRFOutput :: init ()
{
2022-10-30 10:54:07 +01:00
applySettings ( m_settings , QList < QString > (), true );
2017-12-25 12:59:44 +01:00
}
2017-04-14 03:44:49 +02:00
bool HackRFOutput :: start ()
2017-04-14 01:41:02 +02:00
{
2024-08-21 05:27:01 +02:00
QMutexLocker mutexLocker ( & m_mutex );
2017-04-14 01:41:02 +02:00
if ( ! m_dev ) {
return false ;
}
2019-03-31 00:40:42 +01:00
if ( m_running ) {
2024-08-21 05:27:01 +02:00
return true ;
2019-03-31 00:40:42 +01:00
}
2017-04-14 01:41:02 +02:00
2018-02-24 10:29:27 +01:00
m_hackRFThread = new HackRFOutputThread ( m_dev , & m_sampleSourceFifo );
2017-01-08 04:13:20 +01:00
2019-04-02 13:43:47 +02:00
m_hackRFThread -> setLog2Interpolation ( m_settings . m_log2Interp );
m_hackRFThread -> setFcPos (( int ) m_settings . m_fcPos );
2017-01-08 04:13:20 +01:00
m_hackRFThread -> startWork ();
2024-08-21 05:27:01 +02:00
m_running = true ;
mutexLocker . unlock ();
2017-01-08 04:13:20 +01:00
qDebug ( "HackRFOutput::start: started" );
2024-08-21 05:27:01 +02:00
applySettings ( m_settings , QList < QString > (), true );
2017-01-08 04:13:20 +01:00
return true ;
}
2017-04-14 01:41:02 +02:00
void HackRFOutput :: closeDevice ()
2017-01-08 04:13:20 +01:00
{
2017-04-14 01:41:02 +02:00
if ( m_deviceAPI -> getSourceBuddies (). size () == 0 )
2017-01-08 04:13:20 +01:00
{
2017-04-14 01:41:02 +02:00
qDebug ( "HackRFOutput::closeDevice: closing device since Rx side is not open" );
2017-01-08 04:13:20 +01:00
if ( m_dev != 0 ) // close HackRF
{
hackrf_close ( m_dev );
2017-04-14 01:49:48 +02:00
//hackrf_exit(); // TODO: this may not work if several HackRF Devices are running concurrently. It should be handled globally in the application
2017-01-08 04:13:20 +01:00
}
}
m_sharedParams . m_dev = 0 ;
m_dev = 0 ;
}
2017-04-14 01:41:02 +02:00
void HackRFOutput :: stop ()
{
2024-08-21 05:27:01 +02:00
QMutexLocker mutexLocker ( & m_mutex );
if ( ! m_running ) {
return ;
}
2017-04-14 01:41:02 +02:00
qDebug ( "HackRFOutput::stop" );
2024-08-21 05:27:01 +02:00
m_running = false ;
2017-04-14 01:41:02 +02:00
if ( m_hackRFThread != 0 )
{
m_hackRFThread -> stopWork ();
delete m_hackRFThread ;
m_hackRFThread = 0 ;
}
}
2017-12-28 04:04:50 +01:00
QByteArray HackRFOutput :: serialize () const
{
return m_settings . serialize ();
}
bool HackRFOutput :: deserialize ( const QByteArray & data )
{
bool success = true ;
if ( ! m_settings . deserialize ( data ))
{
m_settings . resetToDefaults ();
success = false ;
}
2022-10-30 10:54:07 +01:00
MsgConfigureHackRF * message = MsgConfigureHackRF :: create ( m_settings , QList < QString > (), true );
2017-12-28 04:04:50 +01:00
m_inputMessageQueue . push ( message );
if ( m_guiMessageQueue )
{
2022-10-30 10:54:07 +01:00
MsgConfigureHackRF * messageToGUI = MsgConfigureHackRF :: create ( m_settings , QList < QString > (), true );
2017-12-28 04:04:50 +01:00
m_guiMessageQueue -> push ( messageToGUI );
}
return success ;
}
2017-01-08 04:13:20 +01:00
const QString & HackRFOutput :: getDeviceDescription () const
{
return m_deviceDescription ;
}
int HackRFOutput :: getSampleRate () const
{
int rate = m_settings . m_devSampleRate ;
return ( rate / ( 1 << m_settings . m_log2Interp ));
}
quint64 HackRFOutput :: getCenterFrequency () const
{
return m_settings . m_centerFrequency ;
}
2017-12-28 04:04:50 +01:00
void HackRFOutput :: setCenterFrequency ( qint64 centerFrequency )
{
HackRFOutputSettings settings = m_settings ;
settings . m_centerFrequency = centerFrequency ;
2022-10-30 10:54:07 +01:00
MsgConfigureHackRF * message = MsgConfigureHackRF :: create ( settings , QList < QString > { "centerFrequency" }, false );
2017-12-28 04:04:50 +01:00
m_inputMessageQueue . push ( message );
if ( m_guiMessageQueue )
{
2022-10-30 10:54:07 +01:00
MsgConfigureHackRF * messageToGUI = MsgConfigureHackRF :: create ( settings , QList < QString > { "centerFrequency" }, false );
2017-12-28 04:04:50 +01:00
m_guiMessageQueue -> push ( messageToGUI );
}
}
2017-01-08 04:13:20 +01:00
bool HackRFOutput :: handleMessage ( const Message & message )
{
if ( MsgConfigureHackRF :: match ( message ))
{
MsgConfigureHackRF & conf = ( MsgConfigureHackRF & ) message ;
qDebug () << "HackRFOutput::handleMessage: MsgConfigureHackRF" ;
2022-10-30 10:54:07 +01:00
bool success = applySettings ( conf . getSettings (), conf . getSettingsKeys (), conf . getForce ());
2017-01-08 04:13:20 +01:00
2022-10-30 10:54:07 +01:00
if ( ! success ) {
2017-09-18 00:01:29 +02:00
qDebug ( "HackRFOutput::handleMessage: MsgConfigureHackRF: config error" );
2017-01-08 04:13:20 +01:00
}
return true ;
}
2017-12-14 18:02:49 +01:00
else if ( MsgStartStop :: match ( message ))
{
MsgStartStop & cmd = ( MsgStartStop & ) message ;
qDebug () << "HackRFOutput::handleMessage: MsgStartStop: " << ( cmd . getStartStop () ? "start" : "stop" );
if ( cmd . getStartStop ())
{
2022-10-30 10:54:07 +01:00
if ( m_deviceAPI -> initDeviceEngine ()) {
2019-05-08 22:11:53 +02:00
m_deviceAPI -> startDeviceEngine ();
2017-12-14 18:02:49 +01:00
}
}
else
{
2019-05-08 22:11:53 +02:00
m_deviceAPI -> stopDeviceEngine ();
2017-12-14 18:02:49 +01:00
}
2018-12-26 21:03:26 +01:00
if ( m_settings . m_useReverseAPI ) {
webapiReverseSendStartStop ( cmd . getStartStop ());
}
2017-12-14 18:02:49 +01:00
return true ;
}
2026-01-04 03:42:25 +01:00
else if ( DeviceHackRFShared :: MsgSynchronizeSampleRate :: match ( message ))
2019-03-31 00:40:42 +01:00
{
2026-01-04 03:42:25 +01:00
DeviceHackRFShared :: MsgSynchronizeSampleRate & cmd = ( DeviceHackRFShared :: MsgSynchronizeSampleRate & ) message ;
qDebug () << "HackRFOutput::handleMessage: MsgSynchronizeSampleRate: " << cmd . getDeviceSampleRate ();
2019-03-31 00:40:42 +01:00
HackRFOutputSettings settings = m_settings ;
2026-01-04 03:42:25 +01:00
settings . m_devSampleRate = cmd . getDeviceSampleRate ();
MsgConfigureHackRF * message = MsgConfigureHackRF :: create ( settings , QList < QString > { "devSampleRate" }, false );
m_inputMessageQueue . push ( message );
2019-03-31 00:40:42 +01:00
if ( m_guiMessageQueue )
{
2026-01-04 03:42:25 +01:00
MsgConfigureHackRF * messageToGUI = MsgConfigureHackRF :: create ( settings , QList < QString > { "devSampleRate" }, false );
2019-03-31 00:40:42 +01:00
m_guiMessageQueue -> push ( messageToGUI );
}
return true ;
}
2017-01-08 04:13:20 +01:00
else
{
return false ;
}
}
2022-09-26 22:26:28 +02:00
void HackRFOutput :: setDeviceCenterFrequency ( quint64 freq_hz , int loPpmTenths )
2017-01-08 04:13:20 +01:00
{
2019-03-31 00:40:42 +01:00
if ( ! m_dev ) {
return ;
}
2017-01-08 04:13:20 +01:00
2022-09-26 22:26:28 +02:00
qint64 df = (( qint64 ) freq_hz * loPpmTenths ) / 10000000LL ;
freq_hz += df ;
2021-03-29 05:59:00 +02:00
hackrf_error rc = ( hackrf_error ) hackrf_set_freq ( m_dev , static_cast < uint64_t > ( freq_hz ));
2017-01-08 04:13:20 +01:00
2021-03-29 05:59:00 +02:00
if ( rc != HACKRF_SUCCESS ) {
qWarning ( "HackRFInput::setDeviceCenterFrequency: could not frequency to %llu Hz" , freq_hz );
} else {
qDebug ( "HackRFInput::setDeviceCenterFrequency: frequency set to %llu Hz" , freq_hz );
}
2017-01-08 04:13:20 +01:00
}
2022-10-30 10:54:07 +01:00
bool HackRFOutput :: applySettings ( const HackRFOutputSettings & settings , const QList < QString >& settingsKeys , bool force )
2017-01-08 04:13:20 +01:00
{
// QMutexLocker mutexLocker(&m_mutex);
2022-10-30 10:54:07 +01:00
qDebug () << "HackRFOutput::applySettings: force:" << force << settings . getDebugString ( settingsKeys , force );
2017-01-08 04:13:20 +01:00
2017-08-08 21:30:04 +02:00
bool forwardChange = false ;
bool suspendThread = false ;
bool threadWasRunning = false ;
2017-01-08 04:13:20 +01:00
hackrf_error rc ;
2022-10-30 10:54:07 +01:00
// if ((m_settings.m_devSampleRate != settings.m_devSampleRate) ||
// (m_settings.m_log2Interp != settings.m_log2Interp) || force)
if ( settingsKeys . contains ( "devSampleRate" ) ||
settingsKeys . contains ( "log2Interp" ) || force )
2017-08-08 21:30:04 +02:00
{
suspendThread = true ;
}
if ( suspendThread )
{
if ( m_hackRFThread )
{
if ( m_hackRFThread -> isRunning ())
{
m_hackRFThread -> stopWork ();
threadWasRunning = true ;
}
}
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "devSampleRate" ) ||
settingsKeys . contains ( "log2Interp" ) || force )
2017-01-10 01:02:28 +01:00
{
2017-01-08 04:13:20 +01:00
forwardChange = true ;
2019-11-15 01:04:24 +01:00
unsigned int fifoRate = std :: max (
( unsigned int ) settings . m_devSampleRate / ( 1 << settings . m_log2Interp ),
DeviceHackRFShared :: m_sampleFifoMinRate );
m_sampleSourceFifo . resize ( SampleSourceFifo :: getSizePolicy ( fifoRate ));
2017-01-10 01:02:28 +01:00
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "devSampleRate" ) || force )
2017-01-10 01:02:28 +01:00
{
2017-01-08 04:13:20 +01:00
if ( m_dev != 0 )
{
2017-01-10 01:02:28 +01:00
rc = ( hackrf_error ) hackrf_set_sample_rate_manual ( m_dev , settings . m_devSampleRate , 1 );
2017-01-08 04:13:20 +01:00
if ( rc != HACKRF_SUCCESS )
{
2017-04-02 00:23:02 +02:00
qCritical ( "HackRFOutput::applySettings: could not set sample rate to %llu S/s: %s" ,
2017-01-10 01:02:28 +01:00
settings . m_devSampleRate ,
2017-01-08 04:13:20 +01:00
hackrf_error_name ( rc ));
}
else
{
2017-08-08 13:12:16 +02:00
qDebug ( "HackRFOutput::applySettings: sample rate set to %llu S/s" ,
settings . m_devSampleRate );
2017-01-08 04:13:20 +01:00
}
}
2026-01-04 03:42:25 +01:00
if ( m_deviceAPI -> getSourceBuddies (). size () > 0 )
{
DeviceAPI * buddy = m_deviceAPI -> getSourceBuddies ()[ 0 ];
DeviceHackRFShared :: MsgSynchronizeSampleRate * sampleRateMsg = DeviceHackRFShared :: MsgSynchronizeSampleRate :: create ( settings . m_devSampleRate );
buddy -> getSamplingDeviceInputMessageQueue () -> push ( sampleRateMsg );
}
2017-01-08 04:13:20 +01:00
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "log2Interp" ) || force )
2017-01-08 04:13:20 +01:00
{
2017-04-14 01:41:02 +02:00
if ( m_hackRFThread != 0 )
2017-01-08 04:13:20 +01:00
{
2017-01-10 01:02:28 +01:00
m_hackRFThread -> setLog2Interpolation ( settings . m_log2Interp );
qDebug () << "HackRFOutput: set interpolation to " << ( 1 << settings . m_log2Interp );
2017-01-08 04:13:20 +01:00
}
}
2026-01-04 03:42:25 +01:00
if ( m_running && ( settingsKeys . contains ( "centerFrequency" ) ||
2022-10-30 10:54:07 +01:00
settingsKeys . contains ( "devSampleRate" ) ||
settingsKeys . contains ( "log2Interp" ) ||
settingsKeys . contains ( "fcPos" ) ||
settingsKeys . contains ( "transverterMode" ) ||
settingsKeys . contains ( "transverterDeltaFrequency" ) ||
2026-01-04 03:42:25 +01:00
settingsKeys . contains ( "LOppmTenths" ) || force ))
2017-01-08 04:13:20 +01:00
{
2019-03-31 00:40:42 +01:00
qint64 deviceCenterFrequency = DeviceSampleSink :: calculateDeviceCenterFrequency (
settings . m_centerFrequency ,
2019-08-28 08:45:58 +02:00
settings . m_transverterDeltaFrequency ,
2019-03-31 00:40:42 +01:00
settings . m_log2Interp ,
2019-04-01 14:40:01 +02:00
( DeviceSampleSink :: fcPos_t ) settings . m_fcPos ,
2019-08-28 08:45:58 +02:00
settings . m_devSampleRate ,
2019-09-15 13:31:37 +02:00
settings . m_transverterMode );
2022-09-26 22:26:28 +02:00
setDeviceCenterFrequency ( deviceCenterFrequency , settings . m_LOppmTenths );
2019-03-31 00:40:42 +01:00
2017-01-08 04:13:20 +01:00
forwardChange = true ;
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "fcPos" ) || force )
2019-03-31 23:09:50 +02:00
{
if ( m_hackRFThread != 0 ) {
m_hackRFThread -> setFcPos (( int ) settings . m_fcPos );
}
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "vgaGain" ) || force )
2017-01-08 04:13:20 +01:00
{
if ( m_dev != 0 )
{
2017-01-10 01:02:28 +01:00
rc = ( hackrf_error ) hackrf_set_txvga_gain ( m_dev , settings . m_vgaGain );
2017-01-08 04:13:20 +01:00
2018-12-26 21:03:26 +01:00
if ( rc != HACKRF_SUCCESS ) {
2017-01-08 04:13:20 +01:00
qDebug ( "HackRFOutput::applySettings: hackrf_set_txvga_gain failed: %s" , hackrf_error_name ( rc ));
2018-12-26 21:03:26 +01:00
} else {
2017-01-10 01:02:28 +01:00
qDebug () << "HackRFOutput:applySettings: TxVGA gain set to " << settings . m_vgaGain ;
2017-01-08 04:13:20 +01:00
}
}
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "bandwidth" ) || force )
2017-01-08 04:13:20 +01:00
{
if ( m_dev != 0 )
{
2017-05-26 17:42:57 +02:00
uint32_t bw_index = hackrf_compute_baseband_filter_bw_round_down_lt ( settings . m_bandwidth + 1 ); // +1 so the round down to lower than yields desired bandwidth
2017-01-08 04:13:20 +01:00
rc = ( hackrf_error ) hackrf_set_baseband_filter_bandwidth ( m_dev , bw_index );
2018-12-26 21:03:26 +01:00
if ( rc != HACKRF_SUCCESS ) {
2017-01-08 04:13:20 +01:00
qDebug ( "HackRFInput::applySettings: hackrf_set_baseband_filter_bandwidth failed: %s" , hackrf_error_name ( rc ));
2018-12-26 21:03:26 +01:00
} else {
2017-01-10 01:02:28 +01:00
qDebug () << "HackRFInput:applySettings: Baseband BW filter set to " << settings . m_bandwidth << " Hz" ;
2017-01-08 04:13:20 +01:00
}
}
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "biasT" ) || force )
2017-01-08 04:13:20 +01:00
{
if ( m_dev != 0 )
{
2017-01-10 01:02:28 +01:00
rc = ( hackrf_error ) hackrf_set_antenna_enable ( m_dev , ( settings . m_biasT ? 1 : 0 ));
2017-01-08 04:13:20 +01:00
2018-12-26 21:03:26 +01:00
if ( rc != HACKRF_SUCCESS ) {
2017-01-08 04:13:20 +01:00
qDebug ( "HackRFInput::applySettings: hackrf_set_antenna_enable failed: %s" , hackrf_error_name ( rc ));
2018-12-26 21:03:26 +01:00
} else {
2017-01-10 01:02:28 +01:00
qDebug () << "HackRFInput:applySettings: bias tee set to " << settings . m_biasT ;
2017-01-08 04:13:20 +01:00
}
}
}
2022-10-30 10:54:07 +01:00
if ( settingsKeys . contains ( "lnaExt" ) || force )
2017-01-08 04:13:20 +01:00
{
if ( m_dev != 0 )
{
2017-01-10 01:02:28 +01:00
rc = ( hackrf_error ) hackrf_set_amp_enable ( m_dev , ( settings . m_lnaExt ? 1 : 0 ));
2017-01-08 04:13:20 +01:00
2018-12-26 21:03:26 +01:00
if ( rc != HACKRF_SUCCESS ) {
2017-01-08 04:13:20 +01:00
qDebug ( "HackRFInput::applySettings: hackrf_set_amp_enable failed: %s" , hackrf_error_name ( rc ));
2018-12-26 21:03:26 +01:00
} else {
2017-01-10 01:02:28 +01:00
qDebug () << "HackRFInput:applySettings: extra LNA set to " << settings . m_lnaExt ;
2017-01-08 04:13:20 +01:00
}
}
}
2022-10-30 10:54:07 +01:00
if ( threadWasRunning ) {
2017-08-08 21:30:04 +02:00
m_hackRFThread -> startWork ();
}
2024-04-14 18:58:12 +02:00
if ( settings . m_useReverseAPI )
2018-12-26 21:03:26 +01:00
{
2022-10-30 10:54:07 +01:00
bool fullUpdate = ( settingsKeys . contains ( "useReverseAPI" ) && settings . m_useReverseAPI ) ||
settingsKeys . contains ( "reverseAPIAddress" ) ||
settingsKeys . contains ( "reverseAPIPort" ) ||
settingsKeys . contains ( "reverseAPIDeviceIndex" );
webapiReverseSendSettings ( settingsKeys , settings , fullUpdate || force );
2018-12-26 21:03:26 +01:00
}
2022-10-30 10:54:07 +01:00
if ( force ) {
m_settings = settings ;
} else {
m_settings . applySettings ( settingsKeys , settings );
}
2017-01-10 01:02:28 +01:00
2017-01-08 04:13:20 +01:00
if ( forwardChange )
{
2017-01-08 17:39:02 +01:00
int sampleRate = m_settings . m_devSampleRate / ( 1 << m_settings . m_log2Interp );
2017-01-08 04:13:20 +01:00
DSPSignalNotification * notif = new DSPSignalNotification ( sampleRate , m_settings . m_centerFrequency );
2017-09-13 23:42:28 +02:00
m_deviceAPI -> getDeviceEngineInputMessageQueue () -> push ( notif );
2017-01-08 04:13:20 +01:00
}
return true ;
}
2017-12-10 01:57:50 +01:00
2017-12-29 01:40:34 +01:00
int HackRFOutput :: webapiSettingsGet (
SWGSDRangel :: SWGDeviceSettings & response ,
2018-11-13 08:51:14 +01:00
QString & errorMessage )
2017-12-29 01:40:34 +01:00
{
2018-11-13 08:51:14 +01:00
( void ) errorMessage ;
2017-12-29 01:40:34 +01:00
response . setHackRfOutputSettings ( new SWGSDRangel :: SWGHackRFOutputSettings ());
2018-02-21 13:50:50 +01:00
response . getHackRfOutputSettings () -> init ();
2017-12-29 01:40:34 +01:00
webapiFormatDeviceSettings ( response , m_settings );
return 200 ;
}
int HackRFOutput :: webapiSettingsPutPatch (
bool force ,
const QStringList & deviceSettingsKeys ,
SWGSDRangel :: SWGDeviceSettings & response , // query + response
2018-11-13 08:51:14 +01:00
QString & errorMessage )
2017-12-29 01:40:34 +01:00
{
2018-11-13 08:51:14 +01:00
( void ) errorMessage ;
2017-12-29 01:40:34 +01:00
HackRFOutputSettings settings = m_settings ;
2019-08-04 20:24:44 +02:00
webapiUpdateDeviceSettings ( settings , deviceSettingsKeys , response );
2017-12-29 01:40:34 +01:00
2022-10-30 10:54:07 +01:00
MsgConfigureHackRF * msg = MsgConfigureHackRF :: create ( settings , deviceSettingsKeys , force );
2019-08-04 20:24:44 +02:00
m_inputMessageQueue . push ( msg );
if ( m_guiMessageQueue ) // forward to GUI if any
{
2022-10-30 10:54:07 +01:00
MsgConfigureHackRF * msgToGUI = MsgConfigureHackRF :: create ( settings , deviceSettingsKeys , force );
2019-08-04 20:24:44 +02:00
m_guiMessageQueue -> push ( msgToGUI );
}
webapiFormatDeviceSettings ( response , settings );
return 200 ;
}
void HackRFOutput :: webapiUpdateDeviceSettings (
HackRFOutputSettings & settings ,
const QStringList & deviceSettingsKeys ,
SWGSDRangel :: SWGDeviceSettings & response )
{
2026-01-28 02:48:42 +01:00
if ( deviceSettingsKeys . contains ( "title" )) {
settings . m_title = * response . getHackRfOutputSettings () -> getTitle ();
}
2017-12-29 01:40:34 +01:00
if ( deviceSettingsKeys . contains ( "centerFrequency" )) {
settings . m_centerFrequency = response . getHackRfOutputSettings () -> getCenterFrequency ();
}
if ( deviceSettingsKeys . contains ( "LOppmTenths" )) {
settings . m_LOppmTenths = response . getHackRfOutputSettings () -> getLOppmTenths ();
}
if ( deviceSettingsKeys . contains ( "bandwidth" )) {
settings . m_bandwidth = response . getHackRfOutputSettings () -> getBandwidth ();
}
if ( deviceSettingsKeys . contains ( "vgaGain" )) {
settings . m_vgaGain = response . getHackRfOutputSettings () -> getVgaGain ();
}
if ( deviceSettingsKeys . contains ( "log2Interp" )) {
settings . m_log2Interp = response . getHackRfOutputSettings () -> getLog2Interp ();
}
2019-04-02 13:43:47 +02:00
if ( deviceSettingsKeys . contains ( "fcPos" ))
{
2019-04-16 01:00:50 +02:00
int fcPos = response . getHackRfOutputSettings () -> getFcPos ();
2019-04-02 13:43:47 +02:00
fcPos = fcPos < 0 ? 0 : fcPos > 2 ? 2 : fcPos ;
settings . m_fcPos = ( HackRFOutputSettings :: fcPos_t ) fcPos ;
}
2017-12-29 01:40:34 +01:00
if ( deviceSettingsKeys . contains ( "devSampleRate" )) {
settings . m_devSampleRate = response . getHackRfOutputSettings () -> getDevSampleRate ();
}
if ( deviceSettingsKeys . contains ( "biasT" )) {
settings . m_biasT = response . getHackRfOutputSettings () -> getBiasT () != 0 ;
}
if ( deviceSettingsKeys . contains ( "lnaExt" )) {
settings . m_lnaExt = response . getHackRfOutputSettings () -> getLnaExt () != 0 ;
}
2019-08-28 08:45:58 +02:00
if ( deviceSettingsKeys . contains ( "transverterDeltaFrequency" )) {
2019-11-15 01:04:24 +01:00
settings . m_transverterDeltaFrequency = response . getHackRfOutputSettings () -> getTransverterDeltaFrequency ();
2019-08-28 08:45:58 +02:00
}
if ( deviceSettingsKeys . contains ( "transverterMode" )) {
2019-11-15 01:04:24 +01:00
settings . m_transverterMode = response . getHackRfOutputSettings () -> getTransverterMode () != 0 ;
2019-08-28 08:45:58 +02:00
}
2019-01-11 14:45:00 +01:00
if ( deviceSettingsKeys . contains ( "useReverseAPI" )) {
settings . m_useReverseAPI = response . getHackRfOutputSettings () -> getUseReverseApi () != 0 ;
}
if ( deviceSettingsKeys . contains ( "reverseAPIAddress" )) {
settings . m_reverseAPIAddress = * response . getHackRfOutputSettings () -> getReverseApiAddress ();
}
if ( deviceSettingsKeys . contains ( "reverseAPIPort" )) {
settings . m_reverseAPIPort = response . getHackRfOutputSettings () -> getReverseApiPort ();
}
if ( deviceSettingsKeys . contains ( "reverseAPIDeviceIndex" )) {
settings . m_reverseAPIDeviceIndex = response . getHackRfOutputSettings () -> getReverseApiDeviceIndex ();
}
2017-12-29 01:40:34 +01:00
}
void HackRFOutput :: webapiFormatDeviceSettings ( SWGSDRangel :: SWGDeviceSettings & response , const HackRFOutputSettings & settings )
{
2026-01-28 02:48:42 +01:00
if ( response . getHackRfOutputSettings () -> getTitle ()) {
* response . getHackRfOutputSettings () -> getTitle () = settings . m_title ;
} else {
response . getHackRfOutputSettings () -> setTitle ( new QString ( settings . m_title ));
}
2017-12-29 01:40:34 +01:00
response . getHackRfOutputSettings () -> setCenterFrequency ( settings . m_centerFrequency );
response . getHackRfOutputSettings () -> setLOppmTenths ( settings . m_LOppmTenths );
response . getHackRfOutputSettings () -> setBandwidth ( settings . m_bandwidth );
response . getHackRfOutputSettings () -> setVgaGain ( settings . m_vgaGain );
response . getHackRfOutputSettings () -> setLog2Interp ( settings . m_log2Interp );
2019-04-02 13:43:47 +02:00
response . getHackRfOutputSettings () -> setFcPos ( settings . m_fcPos );
2017-12-29 01:40:34 +01:00
response . getHackRfOutputSettings () -> setDevSampleRate ( settings . m_devSampleRate );
response . getHackRfOutputSettings () -> setBiasT ( settings . m_biasT ? 1 : 0 );
response . getHackRfOutputSettings () -> setLnaExt ( settings . m_lnaExt ? 1 : 0 );
2019-08-28 08:45:58 +02:00
response . getHackRfOutputSettings () -> setTransverterDeltaFrequency ( settings . m_transverterDeltaFrequency );
response . getHackRfOutputSettings () -> setTransverterMode ( settings . m_transverterMode ? 1 : 0 );
2019-01-11 14:45:00 +01:00
response . getHackRfOutputSettings () -> setUseReverseApi ( settings . m_useReverseAPI ? 1 : 0 );
if ( response . getHackRfOutputSettings () -> getReverseApiAddress ()) {
* response . getHackRfOutputSettings () -> getReverseApiAddress () = settings . m_reverseAPIAddress ;
} else {
response . getHackRfOutputSettings () -> setReverseApiAddress ( new QString ( settings . m_reverseAPIAddress ));
}
response . getHackRfOutputSettings () -> setReverseApiPort ( settings . m_reverseAPIPort );
response . getHackRfOutputSettings () -> setReverseApiDeviceIndex ( settings . m_reverseAPIDeviceIndex );
2017-12-29 01:40:34 +01:00
}
2017-12-10 01:57:50 +01:00
int HackRFOutput :: webapiRunGet (
SWGSDRangel :: SWGDeviceState & response ,
2018-11-13 08:51:14 +01:00
QString & errorMessage )
2017-12-10 01:57:50 +01:00
{
2018-11-13 08:51:14 +01:00
( void ) errorMessage ;
2017-12-10 01:57:50 +01:00
m_deviceAPI -> getDeviceEngineStateStr ( * response . getState ());
return 200 ;
}
int HackRFOutput :: webapiRun (
bool run ,
SWGSDRangel :: SWGDeviceState & response ,
2018-11-13 08:51:14 +01:00
QString & errorMessage )
2017-12-10 01:57:50 +01:00
{
2018-11-13 08:51:14 +01:00
( void ) errorMessage ;
2017-12-14 23:29:12 +01:00
m_deviceAPI -> getDeviceEngineStateStr ( * response . getState ());
2017-12-14 18:02:49 +01:00
MsgStartStop * message = MsgStartStop :: create ( run );
m_inputMessageQueue . push ( message );
if ( m_guiMessageQueue )
2017-12-10 01:57:50 +01:00
{
2017-12-14 18:02:49 +01:00
MsgStartStop * messagetoGui = MsgStartStop :: create ( run );
m_guiMessageQueue -> push ( messagetoGui );
2017-12-10 01:57:50 +01:00
}
return 200 ;
}
2022-10-30 10:54:07 +01:00
void HackRFOutput :: webapiReverseSendSettings ( const QList < QString >& deviceSettingsKeys , const HackRFOutputSettings & settings , bool force )
2018-12-26 21:03:26 +01:00
{
SWGSDRangel :: SWGDeviceSettings * swgDeviceSettings = new SWGSDRangel :: SWGDeviceSettings ();
2019-05-07 14:43:38 +02:00
swgDeviceSettings -> setDirection ( 1 ); // single Tx
2019-03-25 13:46:42 +01:00
swgDeviceSettings -> setOriginatorIndex ( m_deviceAPI -> getDeviceSetIndex ());
2018-12-26 21:03:26 +01:00
swgDeviceSettings -> setDeviceHwType ( new QString ( "HackRF" ));
swgDeviceSettings -> setHackRfOutputSettings ( new SWGSDRangel :: SWGHackRFOutputSettings ());
SWGSDRangel :: SWGHackRFOutputSettings * swgHackRFOutputSettings = swgDeviceSettings -> getHackRfOutputSettings ();
// transfer data that has been modified. When force is on transfer all data except reverse API data
2026-01-28 02:48:42 +01:00
if ( deviceSettingsKeys . contains ( "title" ) || force ) {
swgHackRFOutputSettings -> setTitle ( new QString ( settings . m_title ));
}
2018-12-26 21:03:26 +01:00
if ( deviceSettingsKeys . contains ( "centerFrequency" ) || force ) {
swgHackRFOutputSettings -> setCenterFrequency ( settings . m_centerFrequency );
}
if ( deviceSettingsKeys . contains ( "LOppmTenths" ) || force ) {
swgHackRFOutputSettings -> setLOppmTenths ( settings . m_LOppmTenths );
}
if ( deviceSettingsKeys . contains ( "bandwidth" ) || force ) {
swgHackRFOutputSettings -> setBandwidth ( settings . m_bandwidth );
}
if ( deviceSettingsKeys . contains ( "vgaGain" ) || force ) {
swgHackRFOutputSettings -> setVgaGain ( settings . m_vgaGain );
}
if ( deviceSettingsKeys . contains ( "log2Interp" ) || force ) {
swgHackRFOutputSettings -> setLog2Interp ( settings . m_log2Interp );
}
2019-04-02 13:43:47 +02:00
if ( deviceSettingsKeys . contains ( "fcPos" ) || force ) {
swgHackRFOutputSettings -> setFcPos (( int ) settings . m_fcPos );
}
2018-12-26 21:03:26 +01:00
if ( deviceSettingsKeys . contains ( "devSampleRate" ) || force ) {
swgHackRFOutputSettings -> setDevSampleRate ( settings . m_devSampleRate );
}
if ( deviceSettingsKeys . contains ( "biasT" ) || force ) {
swgHackRFOutputSettings -> setBiasT ( settings . m_biasT ? 1 : 0 );
}
if ( deviceSettingsKeys . contains ( "lnaExt" ) || force ) {
swgHackRFOutputSettings -> setLnaExt ( settings . m_lnaExt ? 1 : 0 );
}
2019-08-28 08:45:58 +02:00
if ( deviceSettingsKeys . contains ( "transverterDeltaFrequency" ) || force ) {
swgHackRFOutputSettings -> setTransverterDeltaFrequency ( settings . m_transverterDeltaFrequency );
}
if ( deviceSettingsKeys . contains ( "transverterMode" ) || force ) {
swgHackRFOutputSettings -> setTransverterMode ( settings . m_transverterMode ? 1 : 0 );
}
2018-12-26 21:03:26 +01:00
QString deviceSettingsURL = QString ( "http://%1:%2/sdrangel/deviceset/%3/device/settings" )
. arg ( settings . m_reverseAPIAddress )
. arg ( settings . m_reverseAPIPort )
. arg ( settings . m_reverseAPIDeviceIndex );
m_networkRequest . setUrl ( QUrl ( deviceSettingsURL ));
m_networkRequest . setHeader ( QNetworkRequest :: ContentTypeHeader , "application/json" );
2019-11-15 01:04:24 +01:00
QBuffer * buffer = new QBuffer ();
2018-12-26 21:03:26 +01:00
buffer -> open (( QBuffer :: ReadWrite ));
buffer -> write ( swgDeviceSettings -> asJson (). toUtf8 ());
buffer -> seek ( 0 );
// Always use PATCH to avoid passing reverse API settings
2019-11-15 01:04:24 +01:00
QNetworkReply * reply = m_networkManager -> sendCustomRequest ( m_networkRequest , "PATCH" , buffer );
buffer -> setParent ( reply );
2018-12-26 21:03:26 +01:00
delete swgDeviceSettings ;
}
void HackRFOutput :: webapiReverseSendStartStop ( bool start )
{
2019-03-25 15:26:01 +01:00
SWGSDRangel :: SWGDeviceSettings * swgDeviceSettings = new SWGSDRangel :: SWGDeviceSettings ();
2019-05-07 14:43:38 +02:00
swgDeviceSettings -> setDirection ( 1 ); // single Tx
2019-03-25 15:26:01 +01:00
swgDeviceSettings -> setOriginatorIndex ( m_deviceAPI -> getDeviceSetIndex ());
swgDeviceSettings -> setDeviceHwType ( new QString ( "HackRF" ));
2018-12-26 21:03:26 +01:00
QString deviceSettingsURL = QString ( "http://%1:%2/sdrangel/deviceset/%3/device/run" )
. arg ( m_settings . m_reverseAPIAddress )
. arg ( m_settings . m_reverseAPIPort )
. arg ( m_settings . m_reverseAPIDeviceIndex );
m_networkRequest . setUrl ( QUrl ( deviceSettingsURL ));
2019-03-25 15:26:01 +01:00
m_networkRequest . setHeader ( QNetworkRequest :: ContentTypeHeader , "application/json" );
2019-11-15 01:04:24 +01:00
QBuffer * buffer = new QBuffer ();
2019-03-25 15:26:01 +01:00
buffer -> open (( QBuffer :: ReadWrite ));
buffer -> write ( swgDeviceSettings -> asJson (). toUtf8 ());
buffer -> seek ( 0 );
2019-11-15 01:04:24 +01:00
QNetworkReply * reply ;
2018-12-26 21:03:26 +01:00
if ( start ) {
2019-11-15 01:04:24 +01:00
reply = m_networkManager -> sendCustomRequest ( m_networkRequest , "POST" , buffer );
2018-12-26 21:03:26 +01:00
} else {
2019-11-15 01:04:24 +01:00
reply = m_networkManager -> sendCustomRequest ( m_networkRequest , "DELETE" , buffer );
2018-12-26 21:03:26 +01:00
}
2019-06-14 16:58:09 +02:00
2019-11-15 01:04:24 +01:00
buffer -> setParent ( reply );
2019-06-14 16:58:09 +02:00
delete swgDeviceSettings ;
2018-12-26 21:03:26 +01:00
}
void HackRFOutput :: networkManagerFinished ( QNetworkReply * reply )
{
QNetworkReply :: NetworkError replyError = reply -> error ();
if ( replyError )
{
qWarning () << "HackRFOutput::networkManagerFinished:"
<< " error(" << ( int ) replyError
<< "): " << replyError
<< ": " << reply -> errorString ();
2019-11-15 01:04:24 +01:00
}
else
{
QString answer = reply -> readAll ();
answer . chop ( 1 ); // remove last \n
qDebug ( "HackRFOutput::networkManagerFinished: reply: \n %s" , answer . toStdString (). c_str ());
2018-12-26 21:03:26 +01:00
}
2019-11-15 01:04:24 +01:00
reply -> deleteLater ();
2018-12-26 21:03:26 +01:00
}