- Notifications
You must be signed in to change notification settings - Fork2
A library of algorithms for "bearings only target localization" --- primarily intended for radio direction finding
License
tvrusso/DFLib
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DFLib is a library of C++ classes for computing the locations oftransmitters from bearings-only measurements. Seethe Doxygendocumentation for detaileddocumentation of the classes and for additional references.
##Quick start:
Old-style autoconf build:
mkdir build cd build ../configure make sudo make installAdd configure command line arguments as needed to find PROJ.4 library.See INSTALL for details.
New style CMake build (cross-platform): See INSTALL_CMake
Two demo programs are built by this process, SimpleDF andtestlsDF_proj. See their respective entries in docs/html/index.htmlfor some documentation about them.
DFLib is primarily intended as a set of building blocks for DF fixprograms, not as a finished product itself. A companion programqDF is a GUI-based direction findingprogram that uses DFLib to compute DF fixes and create KML files thatcan be displayed in Google Earth, and can optionally send data fordisplay or transmission to an external APRS program such asXastir that provides server ports.
About
A library of algorithms for "bearings only target localization" --- primarily intended for radio direction finding
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.