mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-10 02:28:10 -07:00
Kismet GPS option section per packet dcriped, refactoring to reduce loc
This commit is contained in:
committed by
Will Greenberg
parent
adb316e2d7
commit
66f0c2a336
@@ -14,10 +14,8 @@ pub struct GpsData {
|
||||
pub timestamp: String,
|
||||
}
|
||||
|
||||
/// A single GPS fix recorded in the sidecar file alongside a QMDL recording.
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct GpsRecord {
|
||||
/// Unix timestamp (seconds) of when this fix was received by the server.
|
||||
pub unix_ts: u32,
|
||||
pub lat: f64,
|
||||
pub lon: f64,
|
||||
|
||||
Reference in New Issue
Block a user