Skip to content
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

rtknavi_qt/rtkrcv: invalid option value inpstr2-type #265

Closed
escuta opened this issue May 9, 2024 · 4 comments
Closed

rtknavi_qt/rtkrcv: invalid option value inpstr2-type #265

escuta opened this issue May 9, 2024 · 4 comments

Comments

@escuta
Copy link

escuta commented May 9, 2024

For my Base Station input stream, I am unable to set it as "NTRIP Client" from the conf file. When I create a conf file in rtknavi_qt, the Base Station input stream gets saved as the following:

inpstr2-type =6

When the conf file is reloaded, the following error results:

invalid option value inpstr2-type (/home/me/rtk/ntrip.conf:131)

The conf file itself shows the following index for inpstr2-type in the comments:

# (0:off,1:serial,2:file,3:tcpsvr,4:tcpcli,7:ntripcli,8:ftp,9:http)

But if I edit the file and set

inpstr2-type =7

or

inpstr2-type =ntripcli

There is no error, however the stream type for the Base Station does not get set in the rtknavi_qt GUI and the stream is not received. If I manually set the stream type to "NTRIP Client" in the GUI, the base station stream is received correctly. rtkrcv also does not work when the config file is loaded.

I have also tried using other index values such as 5 and 6, but nothing sets the input stream correctly as "NTRIP Client"

Please help!

@ourairquality
Copy link

Fwiw the console app rtkrcv works here connecting to a base ntrip client, loading options from a config file.

Also noticed issues with the QT app options. Spotted one issue, and perhaps try #265 for a start.

Btw I note that there is an active qt_gui branch, and does that mean that the demo5 branch QT code is rather obsolete? And also where does the active dev branch stand.

@rtklibexplorer
Copy link
Owner

Yes, some significant improvements coming soon for the QT GUIs from Jens Reimann, the original author of them. Still a few minor issues to resolve, but you can try them now on the qt_gui branch. The install process isn't quite sorted out yet so you may need to manually set the LD_LIBRARY_PATH environment variable to point to the shared libraries.

Currently the dev branch is just for internal development and doesn't have any additional features.

JensReimann added a commit that referenced this issue May 13, 2024
- fix usage of "*" as antenna type
- fix enabling/disabling dynamic model
- improve coordinate parsing
- fix available frequency combinations
- fix loading of config file for rtknavi_qt (issue #265)
@JensReimann
Copy link
Collaborator

Dear escuta,
the issue should be fixed with the latest commit to the qt_gui branch.
If you find similar issue feel free to report them here.

@JensReimann
Copy link
Collaborator

closed due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants