All Projects → microsoft → Bing Maps Fleet Tracker

microsoft / Bing Maps Fleet Tracker

Licence: mit
The Bing Maps Fleet Tracker is a tracking solution for small to medium sized teams. Easily track vehicles and mobile devices. Previously known as "Project Hurghada".

Labels

Projects that are alternatives of or similar to Bing Maps Fleet Tracker

Gis Dataset Brasil
Geographic Information Systems (GIS) Dataset Brasil - Coleção de shapefiles, GeoJSON e TopoJSON prontas para uso
Stars: ✭ 121 (-27.98%)
Mutual labels:  gis
Meteoinfo
MeteoInfo: GIS and scientific computation environment for meteorological community.
Stars: ✭ 136 (-19.05%)
Mutual labels:  gis
Mapfish Print
A component of MapFish for printing templated cartographic maps. This module is the Java serverside module. For support post to the mailing list: https://groups.google.com/forum/#!forum/mapfish-print-users
Stars: ✭ 159 (-5.36%)
Mutual labels:  gis
Pytsp
A 2D/3D visualization of the Traveling Salesman Problem main heuristics
Stars: ✭ 122 (-27.38%)
Mutual labels:  gis
Exactextractr
R package for fast and accurate raster zonal statistics
Stars: ✭ 129 (-23.21%)
Mutual labels:  gis
Rioxarray
geospatial xarray extension powered by rasterio
Stars: ✭ 148 (-11.9%)
Mutual labels:  gis
Mapswipe
MapSwipe mobile application
Stars: ✭ 121 (-27.98%)
Mutual labels:  gis
Code4java
Repository for my java projects.
Stars: ✭ 164 (-2.38%)
Mutual labels:  gis
Mapchete
Tile-based geodata processing using rasterio & Fiona
Stars: ✭ 129 (-23.21%)
Mutual labels:  gis
Aerialbot
A simple yet highly configurable bot that tweets geotagged aerial imagery of a random location in the world.
Stars: ✭ 157 (-6.55%)
Mutual labels:  gis
Geomet
GeoMet - Convert GeoJSON to WKT/WKB, and vice versa
Stars: ✭ 123 (-26.79%)
Mutual labels:  gis
Felicette
Satellite imagery for dummies.
Stars: ✭ 1,710 (+917.86%)
Mutual labels:  gis
Vts Browser Js
JavaScript WebGL 3D map rendering engine
Stars: ✭ 148 (-11.9%)
Mutual labels:  gis
Ngeo
Library combining OpenLayers and AngularJS
Stars: ✭ 122 (-27.38%)
Mutual labels:  gis
Mapshaper Plus
Generate geojson files for Echarts Map,base on mapshaper(Echarts 地图数据压缩转换)
Stars: ✭ 163 (-2.98%)
Mutual labels:  gis
Geoext3
A JavaScript framework that combines the GIS functionality of OpenLayers with all features of the ExtJS library
Stars: ✭ 121 (-27.98%)
Mutual labels:  gis
Openlayers Editor
OpenLayers Editor
Stars: ✭ 138 (-17.86%)
Mutual labels:  gis
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-0.6%)
Mutual labels:  gis
Django Loci
Reusable Django app for storing geographic and indoor coordinates. Maintained by the OpenWISP Project.
Stars: ✭ 164 (-2.38%)
Mutual labels:  gis
Ffwdme.js
[DEPRECATED!] 🛑 A JavaScript toolkit that aims to bring interactive GPS driving directions to the mobile browser
Stars: ✭ 150 (-10.71%)
Mutual labels:  gis

Bing Maps Fleet Tracker

Bing Maps Fleet Tracker is a fleet management solution based on the Bing Maps APIs. It offers functionalities that enable tracking and managing a fleet of vehicles in real time. For more details, read this blog post.

Getting Started

There are two parts to the set-up process:

  1. Set up the back-end services and administration portal;
  2. Set up the mobile client.

Step 1:

The easiest way to set up the back-end services and administration portal is to use the Bing Maps Fleet Tracker Deployment Portal, which one-click deploys the Bing Maps Fleet Tracker solution into your Azure subscription. For a step by step walk-through of how to deploy, use the deployment portal: see out of the box deployment. None of the data entered on the deployment portal is stored by Bing Maps Fleet Tracker. It is only used to configure your deployment.

After deploying the back-end services and administration portal successfully, you can find the walk-through of using the Bing Maps Fleet Tracker solution here.

You can also build and run the back-end services and administration portal from source as detailed here.

Step 2:

Android client:

The easiest way to set up Android client is to download the prebuilt apk from here. You can also build and run the Android client from source as detailed here.

iOS client:

You will need to build and run the iOS client from source as detailed here.

Build and Run

The Bing Maps Fleet Tracker solution consist of 3 major components:

Each of these components can be built and run separately, and each can be replaced with implementations of your own.

Backend Services

The backend services are responsible for the collection and processing of location information, the provisioning of tracking devices and assets, dispatching, and report generation. They are made up of an ASP.NET Core 2 service, and two Azure Functions. For more information on building an running the backend services see Backend\README.md.

Administration Portal

The administration portal is an angular application that exposes the functionalities of the backend to the deployment administrators. It can be used to view reports, track and provision assets, and compare dispatching routes. For more information on building an running the administration portal see Frontend\README.md.

Mobile Client

The mobile client is an ionic mobile application responsible for collection of asset location information and the forwarding of this information to the backend. It is meant to provide an out of the box background tracking solution but it is not the only way to integrate with Bing Maps Fleet Tracker; any GPS device with an internet connection can be used to provide the background tracking (see Using the Rest APIs). For more information on building and running the mobile client see MobileClient\README.md.

Telemetry collected by Bing Maps Fleet Tracker

After deployment, on your first use of the application, you will be prompted to allow us to collect anonymous aggregate telemetry and error/warning log data. We use the telemetry data to get a feel for the usage of this project. Error log data are used to focus our efforts on fixing the issues you face.

Here is a list of all the telemetry items we collect:

  • Deployment Id: this is a random GUID that is unique for each deployment.
  • Assets count: the total number of vehicles registered.
  • Locations count: the total number of locations stored.
  • Auto locations count: the number of automatically detected locations.
  • Tracking devices count: the total number of tracking devices.
  • Geo-fences count: the number of geo-fences setup.
  • Tracking points count: the number of tracking points stored on the system.

Error/warning log data collected consist of:

  • Deployment Id: this is a random GUID that is unique for each deployment.
  • Software version: the version of the software causing the error/warning.
  • Error/warning message: the error/warning message.

You can always enable/disable the data collection from the settings tab in your administration portal.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

History

See release history.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].