Replies: 5 comments 2 replies
-
Hi @leoheck Can you describe your configuration? When you say it's "not running more than 60 minutes", what's actually happening? Is it terminating after 60 minutes or simply not receiving any more SPARTN data from the MQTT server? If it's terminating, are you getting an error message? Could you run it with the following command line options and send me the log file please?
|
Beta Was this translation helpful? Give feedback.
-
Oh, @semuadmin, sorry, I mentioned the wrong tool when I went to get the version. I meant I am running it like this: gnssntripclient \
--ntripuser ${user} \
--ntrippassword ${password} \
--waittime 10 \
-S ${caster_addr} \
-P 2101 \
-M ${mountpoint} > "./ntrip_log_${mountpoint}.csv" I am also piping it to a script to format the output a bit better for my gnuplot script. But it does not run longer than let's say 60 minutes. I have one Does it have a time limit or something? Edit: Thanks for the quick reply. |
Beta Was this translation helpful? Give feedback.
-
If you can answer these questions in full I can endeavour to help:
gnssntripclient does not implement an arbitrary timelimit, but some NTRIP casters will stop sending data after a period of time - check with your NTRIP service. |
Beta Was this translation helpful? Give feedback.
-
Now you mention it, what happens with the gnssntripclient if the caster stops sending? Does it remain connected to listening or does it exist? I am asking since I believe the client is waiting forever but without receiving any extra message and it does not try to reconnect again automatically. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, I am using
gnssmqttclient 1.0.16
to monitor messages a caster gives me. This caster is receiving messages from my forwarder. But the is not running more than 60 minutes.I have increased the default waittime from 3 to 10.
Is there any other thing that I can do to make the
gnssmqttclient
run longer?Beta Was this translation helpful? Give feedback.
All reactions