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

Committer:
apalmieri
Date:
Thu Feb 14 11:37:06 2019 +0000
Revision:
4:193bf97d4c5a
Parent:
3:ccd86d6bd3bc
Update .json file

Who changed what in which revision?

UserRevisionLine numberNew contents of line
apalmieri 0:0a9c622571d7 1 {
apalmieri 0:0a9c622571d7 2 "name": "GPSProvider",
apalmieri 0:0a9c622571d7 3 "version": "1.0.0",
apalmieri 3:ccd86d6bd3bc 4 "description": "An extension of original API (https://os.mbed.com/teams/components/code/GPSProvider/) for working with GPS devices.",
apalmieri 0:0a9c622571d7 5 "keywords": [
apalmieri 0:0a9c622571d7 6 "GPS",
apalmieri 0:0a9c622571d7 7 "GNSS",
apalmieri 0:0a9c622571d7 8 "mbed",
apalmieri 0:0a9c622571d7 9 "mbed-official"
apalmieri 0:0a9c622571d7 10 ],
apalmieri 0:0a9c622571d7 11 "author": "Andrea Palmieri",
apalmieri 0:0a9c622571d7 12 "repository": {
apalmieri 3:ccd86d6bd3bc 13 "url": "os.mbed.com/teams/ST/code/GPS_Provider/",
apalmieri 3:ccd86d6bd3bc 14 "type": "hg"
apalmieri 0:0a9c622571d7 15 },
apalmieri 3:ccd86d6bd3bc 16 "homepage": "https://os.mbed.com/teams/ST/code/GPS_Provider/",
apalmieri 0:0a9c622571d7 17 "licenses": [
apalmieri 0:0a9c622571d7 18 {
apalmieri 0:0a9c622571d7 19 "url": "https://spdx.org/licenses/Apache-2.0",
apalmieri 0:0a9c622571d7 20 "type": "Apache-2.0"
apalmieri 0:0a9c622571d7 21 }
apalmieri 0:0a9c622571d7 22 ],
apalmieri 0:0a9c622571d7 23 "dependencies": {},
apalmieri 0:0a9c622571d7 24 "targetDependencies": {
apalmieri 0:0a9c622571d7 25 "X-NUCLEO-GNSS1A1": {
apalmieri 4:193bf97d4c5a 26 "X_NUCLEO_GNSS1A1": "^1.0.0"
apalmieri 0:0a9c622571d7 27 },
apalmieri 0:0a9c622571d7 28 "mbed-os": {
apalmieri 4:193bf97d4c5a 29 "mbed-os": "^5.11.4",
apalmieri 0:0a9c622571d7 30 "compiler-polyfill": "^1.2.1"
apalmieri 0:0a9c622571d7 31 }
apalmieri 0:0a9c622571d7 32 }
apalmieri 0:0a9c622571d7 33 }