Versions in this module Expand all Collapse all v0 v0.5.2 Mar 29, 2019 Changes in this version type AppConfig + RPC RPC type DirectDemuxerConfig + Enhanced bool + MetaFrame bool + type RPC struct + Enable bool + ListenAddr string + ListenPort int v0.5.1 Mar 10, 2019 Changes in this version + type AirspySourceConfig struct + BiasTEnabled bool + LNAGain uint8 + MixerGain uint8 + VGAGain uint8 + type AppConfig struct + AirspySource AirspySourceConfig + Base BaseConfig + CFileSource CFileSourceConfig + Decoder DecoderConfig + DirectDemuxer DirectDemuxerConfig + FileDemuxer FileDemuxerConfig + LimeSource LimeSourceConfig + RtlsdrSource RTLSDRSourceConfig + Source SourceConfig + SpyserverSource SpyserverSourceConfig + TCPServerDemuxer TCPServerDemuxerConfig + Title string + type BaseConfig struct + AGCEnabled bool + Decimation uint8 + DemuxerType string + DeviceType string + Mode string + PLLAlpha float32 + RRCAlpha float32 + SendConstellation bool + StatisticsPort int + SymbolRate uint32 + type CFileSourceConfig struct + FastAsPossible bool + Filename string + type DecoderConfig struct + Display bool + UseLastFrameData bool + type DirectDemuxerConfig struct + DrawMap bool + FalseColor bool + OutputFolder string + PurgeFilesAfterProcess bool + ReprojectImages bool + SkipVCID []int + TemporaryFolder string + type FileDemuxerConfig struct + Filename string + type LimeSourceConfig struct + Antenna string + LNAGain uint8 + type RTLSDRSourceConfig struct + BiasTEnabled bool + LNAGain uint8 + MixerGain uint8 + VGAGain uint8 + type SourceConfig struct + Frequency uint32 + SampleRate uint32 + type SpyserverSourceConfig struct + Gain uint8 + Hostname string + Port int + type Statistics struct + AverageRSCorrections uint8 + AverageVitCorrections uint16 + DecoderFifoUsage uint8 + DemodulatorFifoUsage uint8 + DroppedPackets uint64 + FrameBits uint16 + FrameLock uint8 + LostPackets uint64 + LostPacketsPerChannel [256]int64 + PacketNumber uint64 + PhaseCorrection uint8 + ReceivedPacketsPerChannel [256]int64 + RsErrors [4]int32 + SCID uint8 + SignalQuality uint8 + StartTime uint32 + SyncCorrelation uint8 + SyncWord [4]uint8 + TotalPackets uint64 + VCID uint8 + VitErrors uint16 + type TCPServerDemuxerConfig struct + Host string + Port int