Re: Recording longer files
Simon Brown
Pat,
Can you make a RF64 file available for me please? Any length will do, use Dropbox or similar. Zipped / compressed is also OK.
Simon Brown, G4ELI
From: main@airspy.groups.io <main@airspy.groups.io> On Behalf Of Patrick
Hi Bjarne,
<< in SDR Console, be sure to check "3rd Party Recordings" in the Select Recording dialog box >> This box is always ticke, the recordings made using SDR# default recording format are visible but not the WAV RF64 one. Thus, I can not read it nor run the data file analyzer to check it.
Pat
Le sam. 23 févr. 2019 à 08:34, Leif Asbrink <leif@...> a écrit :
|
|
Re: Recording longer files
Simon Brown
Pat,
At the moment SDR Console doesn’t support RF64, it’s about time I bite the bullet and add this support.
Simon Brown, G4ELI
From: main@airspy.groups.io <main@airspy.groups.io> On Behalf Of Patrick
Hi Bjarne,
<< in SDR Console, be sure to check "3rd Party Recordings" in the Select Recording dialog box >> This box is always ticke, the recordings made using SDR# default recording format are visible but not the WAV RF64 one. Thus, I can not read it nor run the data file analyzer to check it.
Pat
Le sam. 23 févr. 2019 à 08:34, Leif Asbrink <leif@...> a écrit :
|
|
Airspy Mini
K2TL Jim
Took the plunge and ordered an AirSpy mini. Looking forward to see how it compares to my RSP1 for VHF/UHF.
Jim
|
|
Re: Recording longer files
Patrick
Hi Bjarne, <<
in SDR Console, be sure to check "3rd Party Recordings" in the Select Recording dialog box >> This box is always ticke, the recordings made using SDR# default recording format are visible but not the WAV RF64 one. Thus, I can not read it nor run the data file analyzer to check it. Pat
Le sam. 23 févr. 2019 à 08:34, Leif Asbrink <leif@...> a écrit : These things were implemented nearly 20 years ago.
|
|
Re: airspy_adsb list of options
robert oneill <retman1222@...>
thank you, this was the information i needed
From: main@airspy.groups.io <main@airspy.groups.io> on behalf of prog <info@...>
Sent: Saturday, February 23, 2019 7:24 PM To: main@airspy.groups.io Subject: Re: [airspy] airspy_adsb list of options On Sun, Feb 24, 2019 at 02:23 AM, robert oneill wrote:
Check the supported switches for the version you have using airspy_adsb -h
|
|
Re: Experimenting with S912 octacore 16GB/2GB ram TV box-Spyserver
jdow
Does his spyserver.config file have device_type set to RTL-SDR or Auto?
toggle quoted messageShow quoted text
(device_sample_rate might do best set to 2400000, too.) I got the impression he tried editing it at one time. That's why I am wondering. {^_^}
On 20190223 09:16:07, Martin Smith via Groups.Io wrote:
S912 armlogic has cortex-A53 cores which are 64-bit as is your OS.
|
|
Re: airspy_adsb list of options
On Sun, Feb 24, 2019 at 02:23 AM, robert oneill wrote:
Check the supported switches for the version you have using airspy_adsb -h
|
|
Re: airspy_adsb list of options
robert oneill <retman1222@...>
hello "on behalf of prog", so are these options no longer available?
-d 2 -n -w 4
i have found references to decimation and threads etc, in older posts on the web, but these are not referenced in the thread you refer to in you email (re flightaware.com/t/44343)....
the reference to decimation is even in the current quick start section but no reference as to how to implement???
From: main@airspy.groups.io <main@airspy.groups.io> on behalf of prog <info@...>
Sent: Saturday, February 23, 2019 6:38 PM To: main@airspy.groups.io Subject: Re: [airspy] airspy_adsb list of options airspy_adsb -h
For an extensive discussion about PiAware (not our software) you can check this thread: https://discussions.flightaware.com/t/44343
|
|
Re: airspy_adsb list of options
airspy_adsb -h
For an extensive discussion about PiAware (not our software) you can check this thread: https://discussions.flightaware.com/t/44343
|
|
airspy_adsb list of options
robert oneill <retman1222@...>
can someone pls advise the current list of options for the airspy_adsb command line utility? i purchased an airspy mini about 2 months ago. i am familiar with:
-f -v -x -p -b i am using the mini for adsb (piaware) and wish to know if there are currently additional options available and, if so, pls advise function. i have seen older posting by prog but would like to know what is currently supported on the most recent mini platform
|
|
Re: Experimenting with S912 octacore 16GB/2GB ram TV box-Spyserver
Martin Smith
S912 armlogic has cortex-A53 cores which are 64-bit as is your OS.
You have already installed two fundamental 32-bit libraries (libc6:armhf and libstdc++6:armhf) Do you also need to install additional 32-bit library for spyserver, I honestly don't know! I'd check on the easy ones that were statically linked at build time first: $ ldd spyserver And if installing any missing 32-bit libraries did not solve the problem, then I'd see if there was any issue with any missing 32-bit dynamically loaded resources (e.g. libairspyhf.so, librtlsdr.so, libairspy.so ) You can use a debug tool like strace to find out which files in what directories the program is trying to access (there will be many misses as it searches through the entire library path, you learn what is important and what is irrelevant by using debug tools often enough). $ strace -f ./spyserver (or a quick check for library files only "strace -f ./spyserver 2>&1 | grep -i lib" or files that were attempted to be opened "strace -f ./spyserver 2>&1 | grep open" ) If any required library files were missing, I'd look for the package name that owns the missing library file. e.g $ sudo dpkg-query -S librtlsdr.so And install the 32-bit version, e.g. sudo apt-get install librtlsdr0:armhf And then rinse and repeat for anything else that is missing. Oh and never expect any program to have any chance of work correctly when it is being debugging with strace, just run the program directly. That would be how I would approach your problem.
|
|
Re: Experimenting with S912 octacore 16GB/2GB ram TV box-Spyserver
radiostationx
Hi jdow,
Following advice/suggestion by Ruben (EA5BZ) I thought that I had posted the result of rtl_test earlier, it turns out I had not. My mistake Sorry Guys, Here are the results of rtl_test, and stopping it with Ctrl + C around 30 seconds later.
|
|
Re: Experimenting with S912 octacore 16GB/2GB ram TV box-Spyserver
jdow
So what happens when you run rtl_test?
toggle quoted messageShow quoted text
{^_^}
On 20190223 02:52:59, radiostationx via Groups.Io wrote:
I still have the same issue,spyserver is not "grabbing" the rtl dongle as it should. I checked spyserver.config and all seems well enough, tried defaults, tried device as RTL-SDR and numerous sample rates within the accepted perameters for RTL 2k, 1k etc..
|
|
Re: Experimenting with S912 octacore 16GB/2GB ram TV box-Spyserver
radiostationx
I still have the same issue,spyserver is not "grabbing" the rtl dongle as it should. I checked spyserver.config and all seems well enough, tried defaults, tried device as RTL-SDR and numerous sample rates within the accepted perameters for RTL 2k, 1k etc..
Tried with a friends airspy AirspyOne device attached to the unit and default spyserver.config, same results unfortunately. Any more suggestions much welcomed.
|
|
Re: Experimenting with S912 octacore 16GB/2GB ram TV box-Spyserver
Please, run rtl_test some seconds...press after CTRL+C and paste the result.
|
|
Re: Recording longer files
Leif Asbrink
These things were implemented nearly 20 years ago.
toggle quoted messageShow quoted text
At that time resources were limited so I did my best to not waste resources. Linrad saves 24 bit raw data in a packed 18 bit format to save disk space. If one samples at 96 kHz or above 18 bit is enough with the best available hardware at the time and as far as I know there is not yet any hardware available that needs more bits. I do not want to use up any of my time adding another format for saving large wideband files. I find other things far more interesting. That is why I do not use any of the standard extensions to the .wav format in Linrad. 73 Leif
There are several standard extensions to the .wav format which allow essentially
|
|
Re: AirSpy HF+ - help needed
Gary Moles <morgannz@...>
Thanks to all those who suggested the Montefusco site. That dll solved the problem. Regards Gary ZL2AKI
On 22 February 2019 at 21:28 Ken Alexander <ve3hls@...> wrote:
|
|
Re: Recording longer files
Bjarne Mjelde <bjarne.mjelde@...>
Martin, in SDR Console, be sure to check "3rd Party Recordings" in the Select Recording dialog box.
-- Bjarne Mjelde World's Northernmost DX-er arcticdx.blogspot.com Arctic web-rx: kongsdr.proxy.kiwisdr.com:8073
|
|
Re: Spyserver directory
#spyserver
#raspberrypi
Timeout is 1 week.
|
|
Spyserver directory
#spyserver
#raspberrypi
sa7adv
I installed spyserver on my rasp for a test but do not want my ip on the spyserver directory .
I changed in spyserver config list_in_directory = 1 to list_in_directory = 0 but im still on the list. Do it go away after a time or do i have to mail someone to get my ip deleted from the spyserver directory list ?
|
|