Skip to content

The GPS Emulator employs a Python REST API to create coordinates using Azure Maps Routes API or computed values. Users input start/stop locations, speed, and generation interval (e.g., every 1 second).

Notifications You must be signed in to change notification settings

dianaivan11/gps-emulator

Repository files navigation

GPS Emulator

This repository contains:

  1. an API which exposes two endpoints for generating coordinates: one using the Azure Maps Routes API and one that generates them based on computations. This is implemented using FastAPI

  2. a documentation file here that describes the implementation, usage and results

About

The GPS Emulator employs a Python REST API to create coordinates using Azure Maps Routes API or computed values. Users input start/stop locations, speed, and generation interval (e.g., every 1 second).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages