Giter Site home page Giter Site logo

Question about a repo about wspr-scripts HOT 34 CLOSED

sm3ulc avatar sm3ulc commented on July 17, 2024
Question about a repo

from wspr-scripts.

Comments (34)

electro-soma avatar electro-soma commented on July 17, 2024 3

Well would you believe it. I must have played around with every setting possible. Then I thought to myself let's see what happens if I drop the sample rate from 1.8 to 1.4. This happened!

I apologise for wasting your time. But if you hadn't replied to my issue I would probably have already given up. So you can take the credit!

rds spy working

from wspr-scripts.

 avatar commented on July 17, 2024 1

Hi
I uploaded a new RDSOutput repository here:
https://github.com/bra1z/RDSOutput
Regards

from wspr-scripts.

sm3ulc avatar sm3ulc commented on July 17, 2024

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

Thanks

now if anyone maybe had archived redseaWF from him: https://webcache.googleusercontent.com/search?q=cache:9Dc2IBcYFBUJ:https://github.com/sergionavarrog/redseaWF/blob/master/redseaWF/Form1.resx+&cd=7&hl=sl&ct=clnk&gl=si&client=firefox-b it would be great

google cache didn't capture much interesting stuff unfortionally
https://webcache.googleusercontent.com/search?q=cache:_RwtI9QBj74J:https://github.com/sergionavarrog/redseaWF/blob/master/appveyor.yml+&cd=5&hl=sl&ct=clnk&gl=si&client=firefox-b

PS: does anyone know how was this supposed to work
I have compiled this for the Net framework 4.6 and it shows in SDRSharp when adding it via this line in plugins.xml

<add key="RDS Output" value="SDRSharp.RDSOutput.RDSOutput,SDRSharp.RDSOutput" />

but nothing is displayed in the white box where RDS groups should show but RDS is clearly there
rdsoutputplugin

and VS Debugger is not much help eather

from wspr-scripts.

 avatar commented on July 17, 2024

In RDS Spy program configure menu -> Select RDS Source :

  • Connection Type: TCP/IP
  • TCP/IP Host: localhost
  • TCP/IP Port: 23

Also I uploaded a new redseaWF repository here:
https://github.com/bra1z/redseaWF

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

Thanks again
it works now
not sure how to use RedSeaWF (how does it get JSON in to itself from redsea?)

from wspr-scripts.

 avatar commented on July 17, 2024

redseaWF use json.NET library to deal with the JSON stream.
redseaWF repository include in Release folder all files needed to run.
You can also use these files:
https://build.opensuse.org/package/show/home:mnhauke:mingw:win64:sdr/mingw64-redsea
for 64 bits windows.
Look into Helper.cs the StartRedseaProgram function to see how the program write run_redsea.cmd to call the rtl_fm program. Maybe for 64 bits windows you have to use another rtl_fm version.

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

no it works fine I am just using a bit diferent command to read rds out of RDSea and it aphears this cannot read json from it
curl -s http://5.35.250.101:8000/radio700-mpx.flac | flac --totally-silent --ogg -d -c - | redsea

but when changing run_redsea.cmd to this instead of rtl_fm one it doesn't work for some reason

Thanks for Helping
PS: Question about your TMC Location Tables (saw you have slovenian one, are those public or private from TrafficNav (I am looking for those but they would not give them to me)

from wspr-scripts.

 avatar commented on July 17, 2024

I made a workaround to use it like you want. Just rename or delete run_redsea.cmd and leave the program create a new file. Next time you can modify the file to put another URL if you want.
All my repository tables are from https://gitlab.com/mvglasow/qz. I don't know nothing about what kind of tables are. I just spend a few hours converting from jdbc format to the one used for redsea. I hope will be useful for anyone.

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

works like a charm 😃

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

I see RDSOutput has disappeared again! If anyone can help me out and provide me with it I would be grateful. Thanks.

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

here ya go 😄 : https://github.com/veso266/RDSOutput
and here is RedSeaWF: https://github.com/veso266/redseaWF

the Onlything that I never downloaded is this: https://github.com/bra1z/redseaTMCmap
he mentioned it here: windytan/redsea#58 but I forgot to try it and now its gone 😢 and needs to be recreated

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

You're a star. Cheers! I'm not familiar with building these things but I see the DLL is already in there and the magic line for the Plugin file. I'll see how I get on.

The reason I was after this is because I've had no luck getting RDS Spy to work with SDR# + MPX Output plugin with the Virtual Audio Drivers. It seems as the though this could do the same thing?

Thanks again and I may be back to pick your brains! ;-)

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

there is one diference 😄
if using RDS Spy it will handle RDS stream, extraxt groups from it and display it
while if using this SDR# will extraxt groups from MPX stream and you are essentialy using RDS Spy only for nice RDS Display 😄 so try to get RDS Spy working because its still sometimes detects PI Codes when SDR# doesn't

do you see the whole MPX stream if you view it with something like MPXTool: http://downloads.dxing.si/download.php?file=SA/MPXTool/MpxTool.2.10.03.DXSW.zip ?

maybe you didn't set your cable to 192khz?

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Over in the Skywaves chatroom I went through the MPX/RDS/SDR# install with a couple of people who have it running succesfully. They looked at my install and they're all baffled as to why it's not working. As am I. The only thing I can think of is Windows 8.1 is running on my Mac. This shouldn't be a problem however as it's not running under a virtual PC, it's running under Bootcamp.

So basically there is no emulation going on and Windows uses the full hardware without any trickery and no trace of Mac OS. On boot up I have a choice of OS X or Win 8.1. But maybe there is some low level incompatibility somewhere. I'm not really a Windows person but I do use it for some things and of course it has all the best SDR software.

Anyway, I'll try this out later and report back. Thanks.

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Well it's working :-) But I'm confused! RDS Spy now displays information. That's great. What confuses me is it appears to display exactly what I see in SDR Sharp's RDS display, including any errors.

So is RDS Spy just displaying the RDS information from SDR Sharp's own RDS software? I was hoping RDS Spy would be both faster and more accurate than Sharp's own RDS. Maybe I'm not understanding what RDSOutput is supposed to do. It also seems slower to decode than SDR Sharp's RDS.

Do I still need to get MPX Output plugin working for some reason?

Thanks. Real progress compared to where I was before!

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

RDS Output takes RDS Groups from SDR# it then uses ASCII G protocol to send them to RDS Spy, this groups are esentily RDS data before it gets converted to PS, RT, PI, so if you want diferent more acurate results you should try to get MPX Output wokring, it shouldn't be hard
what Virtual Cable solution are you using is it VAC?

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Ok. So I'm not really getting the full benefits of RDS Spy using RDSOutput.

I've used the VB-Cables so far, tried both the HiFi (which everyone recommends) and the standard one. I haven't tried VAC yet. I've had a few experts look over my settings today and they're stumped. What is very odd is the MPX Ouput plugin has some greyed out options. You can see them in this screen shot. I'm sure this is the source of the problem or at least related to it.

Cheers.

Capture4

Here are a few more:

Capture2

Capture3

sounds cfg 1

sounds cfg 2

sounds listen tab 2

sounds listen tab 3

sounds listen tab

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

hmm
did you try to send some audio through it with vlc?
maybe use MPX tool to check what comes out

if you go VAC route, here you go: http://downloads.dxing.si/?dir=SA%2FVAC
chose latest one 😄
and here are my settings for Line 1:
VAC
Look for Cable 1, the rest I use for some other things 😄

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Thanks. It's getting late here now and I've been trying to get all this working since 9am! I'll take a look at sending some audio through it tomorrow. Maybe trying someone elses SDRSharp.OutMPX.dll file is worth a try as well.

Btw, I had to smile when I saw the picture of Toothless and his girlfriend. My daughter has a soft toy Light Fury and she got me to snuggle up to it as she went to sleep earlier. Could do with a sleep myself :-)

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

I can send you my SDR# distro if you want 😄 :http://downloads.dxing.si/download.php?file=SA/sdrsharp-x86.rar

if everything fails you could always uninstall VB Cable and install VAC 😄

BTW: do you have a picture of soft toy Light Fury?

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Hi - That would be great. Thanks. Downloaded. I'll take a look in a bit. Been a bit busy today but I intend to start again on RDS Spy later.

I'll get a pic in a bit!

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

https://www.buildabear.co.uk/light-fury/427017.html?cgid=stuffed-animals-shop-by-character-how-to-train-your-dragon#start=1

R0011401

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

oh so cute 😃

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

It makes noises as well and apparently it is scented with 'rainbows'! Well it certainly smells of something.

Still no luck with RDS Spy. I tried your distro as well. I've spoken with several people who have it working successfully and no one can understand why it doesn't work. Most people have suggested installing Windows 7 or 10 and trying again. I may well do that as I only want Windows for the SDR software anyway.

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

maybe uninstall VB Cable first
then install VAC and try again?

its easier than installing windows 10 😄

its wierd as it should show some buffers like this
MPX

what about if you pipe audio with VLC into Cable Output (not the HIFI one) and see what comes out with MPX Tool

BTW: if you want you can have a listen to my AirSpy: https://www.globaltuners.com/receiver/1545-Ljubljana-AirSpy-R2

Slovenija is quite interesting place for DXing (can get all the neighbouring countries + BiH 😄 )

BTW2: Maybe get your Light Fury a Night Fury so she wouldn't be alone 😄 😃

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

I'll try the VAC driver. My soundcard dosn't support 192 khz sampling. Does the VAC driver support that? I get confused with these Windows drivers.

Ok. I've installed VLC. How do I pipe audio from there in to the MPX Tool? Is the Tool different to the plugin?

The Airspy looks nice. I've quickly gone off my RTL SDR v3. It's ok for an introduction to SDR but you quickly find the weaknesses of the RTL. I may look at getting the RSP1A. They're easily available here in the UK and the price is good.

I recently got into FM DXing and E Skip/Tropo. We had some Tropo today from Germany. No antenna on the roof so I'm using a portable dipole at the moment for the SDR and my portables.

I think Light Fury and Toothless will be reunited at Christmas!

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

VAC supports 192khz as its a virtual driver it does not depend on DAC/ADC
MPX2
Sound->Sound Device-> Line 1

your MPX should look like this
MPX3

MPXTool can also decode stereo and here is how you set it up
MPXTool1
MPXTool2

so try to pipe some audio and see how it looks like

if you only do FM DX you should get AirSpy HF+ Discover (I am waiting for mein): https://www.itead.cc/airspy-hf-discovery.html
it should be the same as my first real DX reciever
20190628_122936

20190628_123157
got it one year before her 😄

still missing a way to computer control my rotator (but once I get a reciever capable of replacing Sony (too afraid to Kondrad Mod it 😢 )) I will buy myself something to do it

BTW: This will be the best christmas for both of them 😄

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Thanks. I've looked at your screenshots and I'm not really sure what I'm doing with the setup. I need a bit more info. Sorry. The first thing that happened when I opened MPX Tool is I get a registry error about insufficient privileges. Sigh. Anyway it does open. So I'm testing to see if I can pipe audio from VLC to MPX Tool? I've selected Line 1 in the Audio Device menu in VLC. I'm not sure what I'm doing next.

I'm unsure what MPX Tool is for. Is it necessary for RDS Spy playback with the MPX Output plugin? I'm a long time Mac user so all this stuff is a bit alien to me!

You have a very nice setup there. Looks like you're up in the attic or roofspace. I wondered how people rotate their antennas. You can do it remotely?

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

Whopsy gues I am an idiot 😄
I forgot to tell you how to install MPXTool 😄
first download setup: http://downloads.dxing.si/download.php?file=SA/MPXTool/mpxtool_full_setup.exe
then download its update: http://downloads.dxing.si/download.php?file=SA/MPXTool/MpxTool.2.10.03.DXSW.zip

then run the setup and install it
it should install it in here: "C:\Program Files (x86)\mpxtool"

then go here: C:\Program Files (x86)\mpxtool
and copy everything from MpxTool.2.10.03.DXSW.zip into there (replacing existing files)
then run DXSW.reg (right click and run as admin to get priviligies)

then run it again (MPXTool) (it should work)

then go in its input tab and select the sound device you selected in VLC (one you are piping audio through)

then hit Live, it should display something if any audio is comming through

MPXTool is an analyzer it will show you if MPX Stream is MPX and if Stereo + RDS can be extraxted from it (it also decodes CCIR Stereo) by RDS Spy

BTW: I am using my Yaesu G-8000 DXA to rotate the antena (but don't yet have the box that allows it to be connected to my PC)

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Thanks. That's a great help. All seems to be working ok on that front.

Pretty much given up hope of getting RDS Spy working with MPXoutput. One thing I did notice yesterday, the MPX plugin very briefly flickered into life and the use buffers and lost buffers started working. This didn't last long and hasn't kicked into life again. I also noticed the number of lost buffers was very high. I wonder if this MacBook doesn't meet the requirements this plugin demands.

I've looked at getting RDS Spy and the RTL working with HDSDR but that hasn't gone well either!

mpx

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

You can launch MME repeater and listen to audio

MPXTool shows audio fine
Its not MPX so its fine

Did you set your cable according to the screenshot?

from wspr-scripts.

veso266 avatar veso266 commented on July 17, 2024

You never did/will waste my time 😄
It was fun to be usefull for once

And i am glad you got it working (Would never though that dropping the sample rate would help)

So mayge buy yourself Airspy HF+ Discover it will serve you better than RSP1

You could also put your Node up on GlobalTuners would love to try it 😄

So take care, have fun, reunite Light Furry with Totless and hope you get many interesting DX catches 😄

from wspr-scripts.

electro-soma avatar electro-soma commented on July 17, 2024

Yes it's quite often the obscure settings you'd never think would make things work. It would seem MPXoutput won't run unless it has enough resources. So dropping the sample rate gave it some headroom.

I will certainly take a look at the Airspy HF + Discover.

I'll look into GlobalTuners. I'm sure you'd have fun listening to the locals but don't expect anything DX worthy with the little whip aerial!

I've uploaded a few videos of the recent Tropo catches on my portables. https://www.youtube.com/user/stellablade/videos

Latest one from last night.

https://youtu.be/0ob9mPDW68A

from wspr-scripts.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.