Carles Fernandez
Carles Fernandez
Hi @AgileEngineeringLLC , there is some code for SBAS (WAAS and EGNOS) but, unfortunately, it needs some love. It's quite unmaintained, and some work would be needed to make it...
Hi, this should now be solved in the `next` branch, after commit e966006d35bdf2b1e3af9c8a4f1721a1c4db4b25
Dear Raphael, please take into account that the `Spir_GSS6450_File_Signal_Source` implementation delivers samples in `gr_complex` format, so you might need to change the line `DataTypeAdapter.implementation=Ishort_To_Complex` (and maybe some other changes in...
Hi, from what I've seen, parameter `bytes_to_skip` (the lenght of the binary header) varies with the version of the Spirent firmware. Please check your documentation, or open a raw data...
Please let me know if the current `next` branch fixes this issue.
Hi @aishwarya418112 Maybe you need to set some udev rules. From https://www.instructables.com/rtl-sdr-on-Ubuntu/ : > You need to add some udev rules to make the dongle available for the non-root users....
Many thanks! Just trying it with live signals, and it seems to work!
Nope, the transmission of Almanac data over UDP is not implemented :disappointed:
Of course, with some development. The almanac reading in GPS is not implemented. This should be done at https://github.com/gnss-sdr/gnss-sdr/blob/next/src/core/system_parameters/gps_navigation_message.cc ( see TODOs in lines 282 and 315). Then, we would...
Hi, `boost:endian` is a header-only library, so I expect it will be included with the `boost:headers` CMake target, already present in the `PUBLIC` links of the `signal_source_adapters` library. So no...