Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/00jciv00/gps-append-tool
Append GPS data to survey files.
https://github.com/00jciv00/gps-append-tool
Last synced: about 1 month ago
JSON representation
Append GPS data to survey files.
- Host: GitHub
- URL: https://github.com/00jciv00/gps-append-tool
- Owner: 00JCIV00
- Created: 2022-07-06T23:09:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T04:10:13.000Z (over 2 years ago)
- Last Synced: 2024-10-16T21:31:48.696Z (3 months ago)
- Language: Kotlin
- Size: 90.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gps-append-tool
- **Author:** Jake Crawford
- **Created:** 06 JUL 2022
- **Updated:** 20 JUL 2022
- **Version:** 0.0.5a
- **GitHubLink:** [gps-append-tool](https://github.com/00JCIV00/gps-append-tool)
- **Description:** Append GPS data to survey files.## Instructions
WIP## Resources
### External Libraries
1. [Clikt](https://github.com/ajalt/clikt): Kotlin library to create Command Line Interfaces.
2. [java_pcap_file_utilities](https://github.com/SiliconLabs/java_pcap_file_utilities): Java library to manipulate pcapng data at the Block level.
### Information
1. [Kismet pcapng docs](https://kismetwireless.net/docs/devel/pcapng-gps/): Kismet developer documentation detailing how Kismet adds GPS data to pcapng files via both Custom Blocks and Custom Options within Enhanced Packet Blocks.
2. [IETF pcapng docs](https://www.ietf.org/staging/draft-tuexen-opsawg-pcapng-02.html) Internet Engineering Task Force (IETF) documentation on the pcapng file format detailing how Blocks and Options are structured at the binary level.
3. [IETF pcap docs](https://www.ietf.org/archive/id/draft-gharris-opsawg-pcap-01.html) IETF documentation on the pcap file format detailing how File Headers and Packet Records are structured at the binary level.
4. [CACE Tech ppi spec](https://www.ikeriri.ne.jp/download/airpcap/PPI%20Header%20format%201.0.9.pdf) CACE Technologies Per-Packet Information (PPI) Header Specification detailing how PPI data is structured within pcap files at the binary level.