Metadata-Version: 2.1
Name: oresat-gps
Version: 1.0.0
Summary: OreSat GPS app
Home-page: https://github.com/oresat/oresat-gps-software
Author: PSAS
Author-email: oresat@pdx.edu
Maintainer: PSAS
Maintainer-email: oresat@pdx.edu
License: GPL-3.0
Keywords: oresat,gps
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Embedded Systems
License-File: LICENSE

# OreSat GPS Software

Software for OreSat's Hardware-based GPS using the [SkyTraq Venus838FLPx-L].

## Quickstart

- Install dependenies `$ pip install -r requirements.txt`
- Make a virtual CAN bus
  - `$ sudo ip link add dev vcan0 type vcan`
  - `$ sudo ip link set vcan0 up`
- Run `$ python -m oresat_gps`
  - Can mock the SkyTraq by adding the `-m` flag
  - See other options with `-h` flag

[SkyTraq Venus838FLPx-L]:https://www.skytraq.com.tw/homesite/Venus838FLPx_PB_v1.pdf
