You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I've been experimenting with different message sets and tractors, and I've it working on FJ Dynamics, Trimble, and now John Deere. The first two work out of the box with the suggested message set, but if the JD spots any MSM in there, it really doesn't like it.
Any chance of being able to add multiple profiles for pushing different message sets/mountpoints to the caster? This could also be used to push even the same message set to multiple casters to provide a bit of redundancy, as I've noticed rtk2go do like a restart now and then...
I can see how to do it script-side, but am at a bit of a loss with the python web-side...
Another thing that might be useful is the ability to connect a separate rtkbase instance to port 5015 on the box connected to your GPS so it could be used for development? Eg, two raspberry pi, one connected to f9p and acting as it should, the other RPI connecting to it for GPS info (I can do this via CMD line of course, just a thought for experimentation in the GUI)
Also, is there any info on why when I look at the status page, the blue marker can be so far away, then after some time it gradually moves over to settle near the static point - and if I refresh the page, it starts that process again?
The text was updated successfully, but these errors were encountered:
It's already possible with a hidden feature. Set the ext_tcp_source and ext_tcp_port in settings.conf, and edit the ExecStart line in /etc/systemd/system/str2str_tcp.service file and change in_serial to in_ext_tcp.
The process which compute the blue marker position stop if you leave the status page for 15 minutes. It should not restart the process if you refresh the page.
Morning all
So, I've been experimenting with different message sets and tractors, and I've it working on FJ Dynamics, Trimble, and now John Deere. The first two work out of the box with the suggested message set, but if the JD spots any MSM in there, it really doesn't like it.
Any chance of being able to add multiple profiles for pushing different message sets/mountpoints to the caster? This could also be used to push even the same message set to multiple casters to provide a bit of redundancy, as I've noticed rtk2go do like a restart now and then...
I can see how to do it script-side, but am at a bit of a loss with the python web-side...
Another thing that might be useful is the ability to connect a separate rtkbase instance to port 5015 on the box connected to your GPS so it could be used for development? Eg, two raspberry pi, one connected to f9p and acting as it should, the other RPI connecting to it for GPS info (I can do this via CMD line of course, just a thought for experimentation in the GUI)
Also, is there any info on why when I look at the status page, the blue marker can be so far away, then after some time it gradually moves over to settle near the static point - and if I refresh the page, it starts that process again?
The text was updated successfully, but these errors were encountered: