Skip to content

Commit da63ed9

Browse files
author
Grant Miner
committed
Update README.md
1 parent 5ffd65c commit da63ed9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Agile GPS: Open Source Fleet Tracking
22

3+
![screenshot](https://raw.githubusercontent.com/llambda/agilegps/master/public/images/screen1.png?token=AGc1MoMRLFILb287jsksqBY-hvOtCRakks5Ym6-uwA%3D%3D)
4+
5+
## Features
6+
7+
1. Compatible with Queclink GV300 and GV500 trackers.
8+
1. UDP data transmission from trackers with server acknowledgement (lower cellular data usage than TCP)
9+
1. Customers, fleets, devices, and users
10+
1. Site admins and org admins
11+
1. Multi tenant. Multiple organizations (customers) per instance
12+
1. Displays vehicles and fleets on Google Maps in real time
13+
1. Display per-vehicle daily history on Google Maps
14+
1. Node.js back end for high performance and concurrency
15+
1. Stateless architecture, load balance across unlimited app nodes
16+
1. Stateless authentication via JWT
17+
1. RethinkDB enables atomic, realtime changefeeds. Clients efficiently receive changes in real-time, as they happen. Easy scaling, sharding and replication.
18+
1. Fleet and vehicle reports: Start/stop, Ignition-based trips, Idling, Mileage by state, Odometer by state, Speed, Vehicle summary, OBD-II diagnostics (GV 500 only), OBD-II engine summaries (GV 500 only)
19+
1. Localization: English and Russian language translations. English and metric units (per-user preference)
20+
1. Free reverse geocoding (closest city) or via Google Reverse Geocoding API for obtaining addresses from latitude / longitude coordinates sent by the trackers.
21+
1. Fast single page web interface via Mithril (component based like React). Responsive design on desktop and mobile browsers.
22+
323
## Installation Guide
424

525
### Environment Setup

0 commit comments

Comments
 (0)