Jef239

Results 13 issues of Jef239

This is strange and incomprehensible - there are hours and seconds and days, what is measured in what? It is necessary to enter the units of measurement in the name...

Then install under chroot /usr/local/rtkbase/rtkbase/tools/opizero_temp_offset.sh: line 6: /1000: syntax error: operand expected (error token is "/1000")

Then install under chroot use "**if ! ischroot**" for avoid **daemon-reload**, **stop**, **start** and **is-active**. **enable** work under chroot normally

I ran create_install.sh on Windows in git-bash and got bundled install. During installation, the files had incorrect user and group names. This can be resolved by adding the --no-same-owner option...

To use [rtkdirect](https://rtkdirect.com/), RtkBase must be connected as a TCP client, and not as an NTRIP server. So I modified run_cast.sh so that when mountpoint and password are both equal...

Service rtkbase_gnss_web_proxy.service is not shown in diagnostics I fix it: ``` @@ -502,8 +505,10 @@ def diagnostic(): getServicesStatus() rtkbase_web_service = {'service_unit' : 'rtkbase_web.service', 'name' : 'RTKBase Web Server', 'active' :...

enhancement

SBAS in satelite grid named without S. I see it n Mosaic-X5 receiver in SBF and RTCM3 mode ![image](https://github.com/user-attachments/assets/cd09323e-bae5-4da5-a168-ca93c48ad1d4)

![image](https://github.com/user-attachments/assets/0dad0a88-30ce-4315-b68d-0be566b58f7d) The reason is that when executing some commands, for example "`setUSBInternetAccess, on`" the response to this command comes quickly, but the execution of the next command is delayed by...

When few satellites are visible on the screen and their number is still decreasing, the columns of extra satellites on the right are not erased. In the screenshot there are...

bug

In the install_rtkbase_bundled in install.sh there is line: `sudo -u "${RTKBASE_USER}" tail -n+${ARCHIVE} "${0}" | tar xpJv && \` In that line `tail` work as `${RTKBASE_USER}`, but `tar` work as`...