Commit Graph

179 Commits

Author SHA1 Message Date
Dale May
c7245bc740 Upate URL to Ephemeris data
The US government has discontinued the anonymous ftp server.
Update readme file with the new URL.
2020-12-05 21:47:48 -06:00
OSQZSS
67917b4437
Merge pull request #265 from mzollin/master
Update for compatibility with Python 3 and GNU Radio 3.8
2020-10-07 13:46:43 +09:00
Marco Zollinger
e4f2c1b25b
Update for compatibility with Python 3 and GNU Radio 3.8 2020-10-05 17:23:14 +02:00
OSQZSS
f91835682a
Merge pull request #226 from StefanosChaliasos/master
Add missing dependency to Makefile
2020-01-07 13:28:54 +09:00
Stefanos Chaliasos
23c1e4456d Add missing dependency to Makefile 2020-01-06 16:29:50 +02:00
OSQZSS
1506e5414f
Merge pull request #176 from seppestas/custom-user-motion-size
Add the option to define a custom user motion size
2018-10-29 09:10:23 +09:00
OSQZSS
d5548cf258
Merge branch 'master' into custom-user-motion-size 2018-10-29 09:10:11 +09:00
OSQZSS
a77b09e740
Merge pull request #175 from seppestas/fetch-ephemerides-file
Add make target to download and extract ephemerides files
2018-10-29 08:54:09 +09:00
Seppe Stas
4b16857401 Add the option to define a custom user motion size 2018-10-28 15:03:50 +01:00
Seppe Stas
97c5e0d03d Add make target to download and extract ephemerides files 2018-10-28 14:55:04 +01:00
OSQZSS
25f88d48ae
Merge pull request #164 from maximevince/master
LimeSuite bug workaround for LimeSDR mini
2018-08-25 08:53:18 +09:00
Maxime Vincent
03db365cb7 LimeSuite bug workaround for LimeSDR mini 2018-08-23 18:52:36 +02:00
OSQZSS
1ada56c621
Merge pull request #143 from Mictronics/master
Improvement and code review for plutoplayer
2018-03-30 06:52:30 +09:00
Mictronics
d5484fe778 Fix sample pointer size and reading correct from file. 2018-03-21 20:08:34 +01:00
Mictronics
2155fc5216 Remove double code. 2018-03-21 15:50:52 +01:00
Mictronics
96faa8df9a Merge osqzss-master into origin/master. 2018-03-21 15:48:13 +01:00
Mictronics
09a3798248 Add options for URI and ntwork context. Bufix usage output. 2018-03-17 09:49:57 +01:00
Mictronics
e1ea128f74 Line endings. 2018-03-08 20:15:11 +01:00
OSQZSS
4733b8a42d
Merge pull request #136 from osqzss/develop
Update players
2018-03-07 16:15:06 +09:00
OSQZSS
948d00bd3c
Update README.md 2018-03-07 16:12:46 +09:00
OSQZSS
4eedd87735
Update README.md 2018-03-07 16:11:27 +09:00
OSQZSS
98416cce16 Merge branch 'develop' of https://github.com/osqzss/gps-sdr-sim into develop 2018-03-07 16:03:25 +09:00
OSQZSS
06b11c9a8c Tab to Space 2018-03-07 16:03:16 +09:00
OSQZSS
f3573485bc
Update .gitignore 2018-03-07 15:56:30 +09:00
OSQZSS
1cef6284d5 Fix Makefile for limeplayer 2018-03-07 15:55:36 +09:00
OSQZSS
722432e277 Add ADALM-Pluto support 2018-03-07 15:33:12 +09:00
OSQZSS
579373e35e Add Linux support 2018-03-07 15:32:49 +09:00
OSQZSS
b993da884c
Merge pull request #134 from Mictronics/master
Support for ADALM-Pluto
2018-03-07 08:10:37 +09:00
Mictronics
11b56c4238 Typo. 2018-03-06 20:21:30 +01:00
Mictronics
9a0053f2b3 Added support for ADALM-Pluto (PlutoSDR) player. 2018-03-06 20:17:20 +01:00
Mictronics
48f52a3fed Fix to build Linux. Tested on Debian 9. 2018-03-06 20:15:22 +01:00
Mictronics
c08b035efc Ignore Netbeans project files. 2018-03-06 20:13:15 +01:00
OSQZSS
bbae66501c
Merge pull request #132 from alkuna/master
Add -c option to set static position in cartesian coordinates.
2018-02-12 15:03:24 +09:00
Alexander Kuna
efd12eaf39 Add -c option to set static position in cartesian coordinates. 2018-02-11 21:29:34 +01:00
OSQZSS
495054c72c
Merge pull request #112 from madengr/master
Fixed DAC overflow, added UHD args and clock source
2018-01-25 06:26:14 +09:00
madengr
4d11c06949 Fixed DAC overflow, added UHD args and clock source 2018-01-13 15:01:59 -06:00
OSQZSS
27d747039b Minor fix 2018-01-09 18:06:11 +09:00
OSQZSS
b7eaedc2eb Windows port of ingenico-zanetti's limeplayer 2018-01-07 14:03:32 +09:00
OSQZSS
11afca23b0 Default TX antenna port 2018-01-07 13:16:59 +09:00
OSQZSS
d8478dc5d5 Windows port of ingenico-zanetti's limeplayer 2018-01-07 13:13:30 +09:00
OSQZSS
68285f1e6f
Merge pull request #98 from ingenico-zanetti/master
File larger than 2GB on 32-bit system ; possibility to output to stdout ; add an SDR player for LimeSDR
2018-01-07 10:32:16 +09:00
OSQZSS
e467402a87 Float carrier phase for RTK simulation 2017-12-02 11:29:13 +09:00
Arnaud ZANETTI
724fd8cbc7 Fix another initialized variable ; the reason why -Wall didn't catch it
was the -g flag ; with -O2 flag initialized variables raise warnings.
2017-10-31 14:01:53 +01:00
Arnaud ZANETTI
f0e92bcb3f Corrected 8-bit mode (uninitialized variable not caught by -Wall !) in
limeplayer
2017-10-31 09:36:28 +01:00
Arnaud ZANETTI
3faf5ee027 Add limeplayer example in README.md 2017-10-30 18:34:57 +01:00
Arnaud ZANETTI
9c9cfcae6e Typo in inline help (missing "\n" 2017-10-30 18:29:11 +01:00
Arnaud ZANETTI
8791e24e1f Add Control-C handling
Add inline help
2017-10-30 18:28:08 +01:00
Arnaud ZANETTI
0f78b6ddcd Add an SDR player for LimeSDR. 2017-10-30 14:30:05 +01:00
Arnaud ZANETTI
6c88f8a1a9 Allow to use stdout as output file. 2017-10-30 14:00:26 +01:00
Arnaud ZANETTI
b0c2b5500c Output file size is limited to 2GB on some 32-bit systems (Raspbian
Stretch for example)
2017-10-30 13:55:32 +01:00