Skip to content

asthakeshan/piksi_tools

 
 

Repository files navigation

Tools for the Piksi GNSS receiver

image

image

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.).

Setup

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

Usage Examples

Bootloader example

Console example

To use the Piksi console, binary installers (Windows and OS X) are here.

Testing

To run the tests and check for coverage:

$  PYTHONPATH=. tox

License

Copyright © 2015 Swift Navigation

Distributed under LGPLv3.0.

About

Tools for the Piksi GNSS receiver.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.5%
  • Shell 7.0%
  • C 2.8%
  • Makefile 0.9%
  • TeX 0.8%
  • Batchfile 0.6%
  • NSIS 0.4%