Sylphase SDGPS
The software-defined GPS(/GNSS) toolkit
Installing SDGPS

Gaining Access


  1. Email suppo.nosp@m.rt@s.nosp@m.ylpha.nosp@m.se.c.nosp@m.om with subject "GitLab access request"
  2. Access to the SDGPS project will be granted within a few hours
  3. Add your SSH key to your GitLab account so you can use git commands without typing your password every time

Make sure that you're using a supported Ubuntu release and CPU architecture. You can find your Ubuntu release and CPU architecture by running:

lsb_release -a
uname -m

Cloning the Repo


Once you have access to the repository, clone it by running:

git clone git@gitlab.sylphase.com:<your organization name>/sdgps.git

Building and Setting Up


Then, follow the directions in the README.md to build and setup SDGPS.

If you're using a VM, please see Running SDGPS in a VirtualBox VM for additional steps necessary.