Crates.io | pitot |
lib.rs | pitot |
version | 0.0.1 |
source | src |
created_at | 2017-07-05 22:03:19.030543 |
updated_at | 2017-07-05 22:03:19.030543 |
description | A customizable aviation information receiver |
homepage | http://pitot-rs.org |
repository | https://github.com/dndx/pitot |
max_upload_size | |
id | 22113 |
size | 195,054 |
Pitot - a customizable aviation information receiver
Please note that Pitot is only an aid of situational awareness and should not be used as the primary source of obtaining flight related information. The Pilot-in-command always assumes the responsibility of ensuring the safe outcome of any flight they operate.
The software is still under heavy development and may not be feature complete and may contain bugs. Use at your own risk.
sha256: 08e15ce2c053a1a2fc6049cddaa6be6afe472cff0ca289f95f61c661abc37f05
GPG signature: pitot-v0.0.1-alpha-debug.img.zip.sig
All Pitot releases are signed using Datong's PGP key CF7004EE981151C8.
Notice that I currently only have ForeFlight available on my iPad, Pitot likely supports much more EFB than listed here but not all of them has been tested.
If you have tested Pitot with your EFB and confirmed it is working, please open a Pull Request to update this list.
First, program your SD card using the latest release image.
For Mac users, you may use Pi Filler. For Windows users, check out this article from Raspberry Pi Foundation.
If you need instructions for doing this on Linux, you should probably consider use something else :)
Next, insert the SD card into your Raspberry Pi's card slot, observe the correct side with the pins before inserting.
Now, power on your Raspberry Pi and give it up to 3 minutes to finish up initial setup.
You may observe the Pitot
Wi-Fi showing up but unable to connect, this is normal
when first powered on and DO NOT unplug the power cable until Raspberry Pi has finished
the setup process. If you have lost power before the setup process is completed and you
believe your SD card is bad, simply reprogram the card and try again.
During the setup, your Raspberry Pi will reboot multiple times to expand partitions and
setup the readonly file system. As soon as you are able to connect to the Pitot
Wi-Fi and
observe data flowing into your EFB, the setup has been completed. If you are unsure, just wait
3 minutes and it will be finished and ready for use.
To power off Pitot simply unplug the power cable, like how you shutdown any avionics inside your airplane. Pitot uses readonly file system while running and otherwise does not write to the partition and thus a complete Linux shutdown is neither expected nor necessary.
Currently Pitot works pretty much out of the box, with minimum configuration required.
For Pitot to use your installed SDRs for 1090 and/or 978 reception, you must program
the serial of the SDRs to contain strings 1090
or 978
respectively.
Pitot will not use the SDR at all unless it includes those strings (aka. no guessing).
For GNSS module, Pitot will detect whether your Ublox chip is running the 3.01 firmware and will enable Galileo constellation tracking automatically.
Please check out DEVELOPING.md for guides on how to develop, test, build and contribute to Pitot.
Any improvements are welcomed! However, if you don't have anything specific in mind, planned features as mentioned above are a good way to get started!
If you want to integrate Pitot with your EFB, please check out INTEGRATION.md for more information.
We recommend you always subscribe to the announcement mailing list for notifications on new releases. It is a moderated mailing list and is expected to be extremely low on traffic.
You must join the general discussions forum before you can post in it. There is an option while joining to optionally receive email notifications from the general discussion forum. Keep in mind the traffic in the forum might be high and should you choose to receive email, receiving them in digest is highly recommended.
This project is licensed under the GPLv3 license.
Copyright (C) 2017 Datong Sun (dndx@idndx.com)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.