-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data not streaming in... #9
Comments
Hi Don (@AgileEngineeringLLC), Try using these settings in your GNSS-SDR configuration:
Please do make sure that the settings on the GUI side match the GNSS-SDR configuration. The In the menu bar of the GUI go to Please let me know if this works for you. Álvaro |
Muchas gracias! Finally got it streaming. Much of the issue is me getting back up-to-speed on Ubuntu, turns out some of my file mods weren't getting saved due to permissions issues. Great GUI, thx so much! |
De nada Don! Glad that you got your setup working. I am closing this issue now. Regards, |
Hi - I am having a similar issues. Tried the suggested checks/fixes, but still not able to see anything other than telecommand. |
Hi, I'm rusty with linux and Ubuntu, but I get the following issues if I do not run the command with sudo. If I type sudo first and then run the app, everything works flawlessly. Do you have any suggestions how to fix this? |
Hi @jmtobin-uh and @jt3232, I'd like to investigate the issue given that some of you are experiencing problems, even though everything is working fine for me. What connections show up if you run For instance, I see this:
You can clearly see how between gnss-sdr and gnss-sdr-monitor there is an established TCP connection (both ways) for the Telecommand interface and two UDP streams, one for the Monitor block streaming and the other for the PVT block streaming.
Are your outputs different from mine? Let me know. Regards, |
Here is what I get when using "sudo" to start the monitor:
Without sudo:
After running this, it has become apparent to me that I need to edit my preferences again. I guess running it in sudo saves different preferences than when running it normally. This worked for me and now I see messages when I run it without sudo. |
Hi Alvaro - I do not see UDP streams.
|
Good observation. I looked into it and found that running gnss-sdr-monitor with File permissions before running with
File permissions after running with
You can fix this by restoring the original ownership of the file with the
The moral of the story is that you should avoid running gnss-sdr-monitor (or any program really) with superuser privileges unless it is absolutely necessary. Please run the GUI as a normal user from now on and you should be fine. I hope this helps. [1]: The default location of the configuration file is |
Have you activated the Monitor block and PVT block UDP streams in your GNSS-SDR configuration file?
This will make it easier for you to actively monitor you connections. Let me know what connections show up now. Álvaro |
Hi,
I'm not able to get data to stream to the GUI, and am hoping you might suggest some things to try. I'm a new user of GNSS-SDR, but I'm getting a good solution (se figure attached). I have inserted the lines you suggest in the conf file (see attached), and I can get the GUI to connect (see attached). But no data is streaming through.
I'm running on Ubuntu 20.04, and I built GNSS-SDR with the "next" option. I also was able to get the monitor example on the gnss-sdr.org site to build and run. I tried to run your gnss-sdr-PVT-monitoring-client but it's not getting data either (maybe I've not got the PVT monitor setup correctly?). My RF front end is the HackRF with a GPSDO for the clock.
Thanks, I really appreciate any advice!
Don
The text was updated successfully, but these errors were encountered: