An extension of original API for working with GPS devices.

Dependents:   A_TeseoLocationNEW A_TeseoLocation TeseoLocation

GPS_Provider Library

A controller-neutral API for working with GPS devices.

Overview

This library is an extension of the original API published on os.mbed.com

Besides the basic geo-location functionality, this extended API includes the following features:

  • Geofencing
  • Odometer
  • Datalogging

Getting started

This GPS API is meant to be used for building projects on os.mbed.com

A good starting point is this page:

TeseoLocation

Revision:
0:0a9c622571d7
Child:
3:ccd86d6bd3bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module.json	Fri Nov 09 17:09:12 2018 +0000
@@ -0,0 +1,36 @@
+{
+  "name": "GPSProvider",
+  "version": "1.0.0",
+  "description": "An extension of original API for working with GPS devices.",
+  "keywords": [
+    "GPS",
+    "GNSS",
+    "mbed",
+    "mbed-official"
+  ],
+  "author": "Andrea Palmieri",
+  "repository": {
+    "url": "https://github.com/apalmieriGH/GPSProvider.git",
+    "type": "git"
+  },
+  "homepage": "https://os.mbed.com/teams/components/code/GPSProvider/",
+  "licenses": [
+    {
+      "url": "https://spdx.org/licenses/Apache-2.0",
+      "type": "Apache-2.0"
+    }
+  ],
+  "dependencies": {},
+  "targetDependencies": {
+    "X-NUCLEO-GNSS1A1": {
+      "Teseo-LIV3F": "^1.0.0"
+    },
+    "mbed-classic": {
+      "mbed-classic": "~0.0.1"
+    },
+    "mbed-os": {
+      "mbed-drivers": "*",
+      "compiler-polyfill": "^1.2.1"
+}
+  }
+}