Python tools for the Piksi GNSS receiver. This repository includes a Piksi console UI application, as well as a variety of command line utilities (firmware bootloader, serial port data logging, etc.).
Install all dependencies (including console libraries):
$ make deps
Install dependencies (without console libraries):
$ make serial_deps
Install from repo:
$ sudo python setup.py install
Install package from pypi:
$ sudo pip install piksi_tools
To use the Piksi console, binary installers (Windows and OS X) are here.
To run the tests and check for coverage:
$ PYTHONPATH=. tox
Copyright © 2015 Swift Navigation
Distributed under LGPLv3.0.