From 36d7bfd08f0e7501c909fdfa77de22249ba13f95 Mon Sep 17 00:00:00 2001 From: Filip Date: Wed, 25 Dec 2024 01:14:11 +0100 Subject: [PATCH] Add gps.md --- gps.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gps.md diff --git a/gps.md b/gps.md new file mode 100644 index 0000000..ab486aa --- /dev/null +++ b/gps.md @@ -0,0 +1,7 @@ +Make Android app that logs all GPS and motion sensor data (each sensor toggle-able) into SQLite database. + +Make it possible to send live GPS data as it's received + +Make it possible to export GPS data into GPX and any format + +Geofencing -> send something whenever you arrive at certain place \ No newline at end of file