Update description in header comments.

fisb_service
Christopher Young 2016-04-01 10:37:59 -04:00
rodzic cfd23d54eb
commit 55ccf26b7e
13 zmienionych plików z 13 dodań i 26 usunięć

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
fisb.go: FISB service. Inputs raw UAT packets, parses, and creates a standard buffer to be saved for general purpose use.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
bmp180_read.go: BMP180 sensor test.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
extract_latlng.go: Extract the lat/lng of UAT towers from recorded data.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
extract_metar.go: Parse text reports from UAT data.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
getairmet.go: Parse AIRMETs and NOTAMs from UAT data.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
maxgap.go: QoS graph from UAT replay files.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
nexrad_annunciator.go: PoC precip warning system, parses NEXRAD frames and inputs current position/heading.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
packetrate.go: Makes a graph of UAT packetrate vs. time.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
replay.go: Deprecated UAT/ES replay.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
sensortest.go: MPU6050 sensor data sent directly via X-Plane protocol.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
uat_read.go: Test UAT read from SDR using gortlsdr and godump978.
*/
// +build ignore

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
uatsummary.go: Summarize the number of different types of text updates, determined by the first "word" in each text update.
*/
package main

Wyświetl plik

@ -4,8 +4,7 @@
that can be found in the LICENSE file, herein included
as part of this header.
gen_gdl90.go: Input demodulated UAT and 1090ES information, output GDL90. Heartbeat,
ownship, status messages, stats collection.
uatparse.go: Parses UAT packets. Currently supports products 413, 8, 11, 13.
*/
package uatparse